2025-02-23 20:40:38 +01:00

490 B

Pet Activity Recorder

This project contains the code for the microcontroller for recording gyro data and sending it to a connected device via Bluetooth.

Usage

Only connect one microcontroller at the same time!

  • Flash the code to the connected microcontroller.
make flash
  • Flash the code in production mode (deactivated serial).
make production
  • Flash the code in testing mode (enhanced optimisations that need more testing)
make testing