This is the initial version of my 7-segment hardware test and software demo project. This project will also be the starting point for the EE- 2905 Week 10 lab practical.

Files at this revision

API Documentation at this revision

Comitter:
arekzaluski
Date:
Tue Nov 19 14:11:50 2019 +0000
Parent:
103:681967d62a72
Child:
105:ed03c03b353e
Commit message:
Change timeout

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Nov 05 10:00:04 2019 +0000
+++ b/main.cpp	Tue Nov 19 14:11:50 2019 +0000
@@ -8,7 +8,7 @@
 
 
 // Blinking rate in milliseconds
-#define BLINKING_RATE_MS                                                    500
+#define BLINKING_RATE_MS 1000
 
 
 int main()