Skip to content

BSM Software Toolchain

TimoJohannes edited this page Sep 1, 2020 · 3 revisions

Recommended Software Toolchain Setup

We recommend the Arduino IDE plus Teensyduino as a Developement platform for Blink Sense Move. This Toolchain should work on most Linux, Windows and MacOs systems. While installing Teensyduino ensure that the version you are installing is compatible with your installed Arduino IDE.

Writing a sketch

Make sure that the BSM_System.h file is in your sketch folder and include it via #include "BSM_System.h". This file contains all the Pin definitions of the Blink Sense Move board as they are written out on the board. This makes coding your sketch really easy, as i.e. instead of writing out pin numbers, you can just write digitalWrite(LED01, HIGH); and LED01 will light up.

Recommended Arduino Libraries

Clone this wiki locally