Arduino Plugin for Proffieboard
See the ProffieOS Documentation
cd <SKETCHBOOK>
, where<SKETCHBOOK>
is your Arduino Sketch folder:
- OS X:
~/Documents/Arduino
- Linux:
~/Arduino
- Windows:
~/Documents/Arduino
- Create a folder named
hardware
, if it does not exist, and change directories to it - Clone this repo:
git clone https://github.com/profezzorn/arduino-proffieboard.git profezzorn/stm32l4
- Restart the Arduino IDE
- Make sure you install any drivers you need from the instructions at the top.
This core is based on the Arduino STM32L4 Core. For now, the boards from the original core are still supported by this core.