Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 521 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 521 Bytes

Zephyr

Arduino client for Dyeus

Requirements

Setup

  • Clone this repository
  • Run platformio init --ide eclipse in app and configurator
  • Import app, configurator and common into eclipse

Building

platformio run OR build from eclipse

Upload to board

platformio run -t upload OR run upload target from eclipse