Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 629 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 629 Bytes

calsol-fw-libs

CalSol's open-source, shared libraries for firmware running on the mbed platform.

Repository Structure

This is meant to be submoduled into a higher-level project.

  • drivers: driver code for external ICs, dependent on the mbed API
  • utils: utility code and classes, like RGB LEDs and long timers, dependent on the mbed API
  • hal: HAL (hardware abstraction layer) extensions to mbed

Using

A PlatformIO library.json file is included, and this repository can be submoduled into your lib/ folder.