This repository contains source code for Watershed embedded project using STM Board.
Bootloader via SD card source: https://github.com/DuaNguyen/Bootloader-via-SD-card
|-- <Keyboard>
|-- <IO>
|-- <LCD>
| |-- <Adafruit_GFX>
|-- <INA>
| |-- <INA219_driver>
|-- <RTC>
Operating System: Windows, macOS, Linux Python 2.7 (for lint checking)
This program requires PlatformIO Core, which can be found at http://docs.platformio.org/en/latest/installation.html To run unit test/ program, you'll need to plug STM32 Nucleo-32 development board in your computer
$ make lint$ make unit_test$ make build$ make allTo be updated ...
