Declare header files for PlatformIO (#36)

This commit is contained in:
Ivan Kravets
2021-11-19 12:19:55 +01:00
committed by GitHub
parent 5adbe66a14
commit 7eae2b7ba2
+2 -1
View File
@@ -18,5 +18,6 @@
"version": "1.5.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
"platforms": "*",
"headers": "I2C_eeprom.h"
}