Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.03 KB

Logicrom OpenCPU SDK - PWM Driver 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) PlatformIO
    • Type "Logicrom" in the search box Install Logicrom
    • Click Install
  4. Download and Extract examples from github https://github.com/waybyte/example-pwm/archive/master.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