rename project files

This commit is contained in:
Joey Castillo
2021-12-05 23:06:25 -06:00
parent 616587a203
commit 316e1f292c
17 changed files with 1 additions and 552 deletions

View File

@@ -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.