Sitka Instruments Gravity Firmware Abstraction

This library helps make writing firmware easier by abstracting away the initialization and peripheral interactions. Now your firmware code can just focus on the logic and behavior of the app, and keep the low level code neatly tucked away in this library.

Required Third-party Libraries

  • uClock [MIT] - Handle clock tempo, external clock input, and internal clock timer handler.
  • RotateEncoder [BSD] - Library for reading and interpreting encoder rotation.
  • Adafruit_GFX [BSD] - Graphics helper library.
  • Adafruit_SSD1306 [BSD] - Library for interacting with the SSD1306 OLED display.
Description
Hardware Abstraction Library for the Sitka Instruments Gravity module.
https://sitkainstruments.com/gravity/
Readme MIT 333 KiB
2025-08-17 18:04:57 +00:00
Languages
C++ 93.9%
C 6.1%