- Library to simplify telemetry sensors and IoT controllers development
- Based on Arduino framework
TBD
See example README.
TODO
See guide.
-
Install Eclipse IDE for C/C++ Developers (With CDT plugin).
-
Install
CDT Cross GCC Built-in Compiler Settingspackage using EclipseInstall New Software. -
Go to project directory:
cd <path to sources>
-
Use
pioto generate project:pio init --ide eclipse --board <ID>
-
Import the project (
File -> Import -> General -> Existing Projects into Workspace) -
In case of problems with
Cfiles indexing like some types are not resolved but the definition is definitely available in the included header Need to update theLanguage MappingsinEclipse Preferences->C/C++->Language Mappings. Add next mappings:C Header filetoC++C Source filetoC++