aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2019-02-28 17:04:22 -0500
committerClyne Sullivan <tullivan99@gmail.com>2019-02-28 17:04:22 -0500
commitd6869d1ec4bd24cd2c3eafa534f0849b25ec5607 (patch)
tree79e54ed27b39c31864895535d11399708d5a45c0 /README.md
parent614ee97bf3a2270c413527a7f35c54cbecd9e601 (diff)
added basic code
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd00cf2..7ca596c 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,10 @@
-# smartwatch \ No newline at end of file
+# 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.
+