waybyte / example-i2c

I2C example application for Logicrom SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

I2C example application for Logicrom SDK

License:MIT License


Languages

Language:C 100.0%