Skip to content

Samples using platform independent framework for microcontrollers.

License

Notifications You must be signed in to change notification settings

pfoltynek/mcu_framework_samples

Repository files navigation

mcu_framework_samples

Examples that demonstrate the benefits of the mcu_framework, which implements SOLID principles and design patterns on microcontrollers. The article describing the individual examples is available at DOI: 10.3390/s24237803

Instructions for setting up the NATIVE environment in JetBrains CLion

To run the native platform in PlatformIO, you need to set the paths in the system PATH variable.

Setting system PATH variables:

  • Open "System Settings" and go to "System Variables".
  • Add the following paths to the PATH variable:
    %USERPROFILE%\AppData\Local\Programs\CLion\bin\cmake\win\x64\bin
    %USERPROFILE%\AppData\Local\Programs\CLion\bin\mingw\bin
    %USERPROFILE%\AppData\Local\Programs\CLion\bin\gdb\win\x64\bin

About

Samples using platform independent framework for microcontrollers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages