]> git.earman.xyz Git - sensor-watch.git/commit
rename project files
authorJoey Castillo <joeycastillo@utexas.edu>
Mon, 6 Dec 2021 05:06:25 +0000 (23:06 -0600)
committerJoey Castillo <joeycastillo@utexas.edu>
Mon, 6 Dec 2021 05:06:25 +0000 (23:06 -0600)
commited94efcb8559d21820e8a06214e95191eed4c9b3
tree4526ac857143b41fa6cf14eb8dee0b1387f1ebbb
parentddf3bf51c26532d2779f565281edfd0b84e450eb
rename project files
21 files changed:
README.md
apps/Sensor Watch Accelerometer Test/app.c [deleted file]
apps/Sensor Watch Accelerometer Test/make/Makefile [deleted file]
apps/Sensor Watch BME280 Project/app.c [deleted file]
apps/Sensor Watch BME280 Project/app.h [deleted file]
apps/Sensor Watch BME280 Project/bme280.h [deleted file]
apps/Sensor Watch BME280 Project/make/Makefile [deleted file]
apps/Sensor Watch Buzzer Demo/app.c [deleted file]
apps/Sensor Watch Buzzer Demo/make/Makefile [deleted file]
apps/Sensor Watch SPI Test/app.c [deleted file]
apps/Sensor Watch SPI Test/make/Makefile [deleted file]
apps/Sensor Watch Starter Project/app.c [deleted file]
apps/Sensor Watch Starter Project/make/Makefile [deleted file]
apps/accelerometer-test/app.c [new file with mode: 0644]
apps/accelerometer-test/make/Makefile [new file with mode: 0755]
apps/buzzer-test/app.c [new file with mode: 0644]
apps/buzzer-test/make/Makefile [new file with mode: 0755]
apps/spi-test/app.c [new file with mode: 0644]
apps/spi-test/make/Makefile [new file with mode: 0755]
apps/starter-project/app.c [new file with mode: 0644]
apps/starter-project/make/Makefile [new file with mode: 0755]