Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 841 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 841 Bytes

Firmware

Build Status codecov

Install

Arduino IDE

Install Arduino IDE from official site or your default repository.

Arduino Due Board

Open your Arduino IDE and install Arduino Due Board.

  • Tools -> Board -> Board Manager
  • Look for Arduino SAM Boards (32-bits ARM Cortex-M3) and install it.

TaskScheduler

Open your Arduino IDE and install TaskScheduler library.

  • Tools -> Manage Libraries
  • Look for TaskScheduler from Anatoli Arkhipenko and install it.

UCB Lib

Open your ARduino IDe and install UCGLib

  • Tools -> Manage Libraries
  • Look fro UCGLib from oliverand install it.