-
Install Visual Studio Code
-
Install PlatformIO Extension for VSCode
-
Install Logicrom Platform:
-
Download and Extract examples from github https://github.com/waybyte/example-adc/archive/master.zip
-
Extract and Open example folder with VSCode
-
Run following command from terminal or use PlatformIO interface to build:
# Build Project
$ platformio run
# Upload Project
$ platformio run --target upload