blob: 7ca596c923e728c0427f0ba29e14b5a92fddb472 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# smartwatch
Code for a smartwatch project.
Currently contains a *lot* of code from Adafruit, found [here](https://github.com/adafruit/Adafruit_nRF52_Arduino).
Requires the arm-none-eabi toolchain, and [Adafruit's nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil). Makefile can build `all`, `clean`, or `upload`.
More to come.
|