diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-05 23:06:25 -0600 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-10 11:54:16 -0500 |
commit | 316e1f292c603885f2af3dcd69ce797d64776425 (patch) | |
tree | 96eeba3e256e49ec6393a39767098e3975426454 /README.md | |
parent | 616587a2030be054277ef74fdbf0be626684db3c (diff) | |
download | Sensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.tar.gz Sensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.tar.bz2 Sensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.zip |
rename project files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ These tiny “sensor boards” have a set outline, and the available area for yo Getting code on the watch ------------------------- -The watch library in this repository is very work-in-progress, but it should allow you to get started. To create a new project, copy the “Sensor Watch Starter Project” and write your code in the app.c file. +The watch library in this repository is very work-in-progress, but it should allow you to get started. To create a new project, copy the “starter-project” folder in the apps folder, and write your code in the app.c file. You will need to install [the GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/) to build projects for the watch. The watch library has been tested with the `9-2019-q4-major` version and the `10.3-2021.07` versions. |