Arduino Plugin for Proffieboard

Installing

See the ProffieOS Documentation

Alternative installation method for developers

  1. cd <SKETCHBOOK>, where <SKETCHBOOK> is your Arduino Sketch folder:
  • OS X: ~/Documents/Arduino
  • Linux: ~/Arduino
  • Windows: ~/Documents/Arduino
  1. Create a folder named hardware, if it does not exist, and change directories to it
  2. Clone this repo: git clone https://github.com/profezzorn/arduino-proffieboard.git profezzorn/stm32l4
  3. Restart the Arduino IDE
  4. Make sure you install any drivers you need from the instructions at the top.

Credits

This core is based on the Arduino STM32L4 Core. For now, the boards from the original core are still supported by this core.