- 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 Settings
package using EclipseInstall New Software
. -
Go to project directory:
cd <path to sources>
-
Use
pio
to generate project:pio init --ide eclipse --board <ID>
-
Import the project (
File -> Import -> General -> Existing Projects into Workspace
) -
In case of problems with
C
files indexing like some types are not resolved but the definition is definitely available in the included header Need to update theLanguage Mappings
inEclipse Preferences
->C/C++
->Language Mappings
. Add next mappings:C Header file
toC++
C Source file
toC++