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