Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 850 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 850 Bytes

Logicrom OpenCPU SDK - OS API example

How to build

  1. Install Visual Studio Code

  2. Install PlatformIO Extension for VSCode

  3. Install Logicrom Platform:

    • Open PlatformIO Home
    • Go to Platforms -> Embedded (Top Navigation)
    • Type "Logicrom" in the search box
    • Click Install
  4. Download and Extract examples from github https://github.com/waybyte/example-os/archive/main.zip

  5. Extract and Open example folder with VSCode

  6. Run following command from terminal or use PlatformIO interface to build:

   # Build Project
   $ platformio run

   # Upload Project
   $ platformio run --target upload

Resources