
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.
Diff: main.cpp
- Revision:
- 105:ed03c03b353e
- Parent:
- 104:f2805e857b14
- Child:
- 107:61b9c99a4e27
--- a/main.cpp Tue Nov 19 14:11:50 2019 +0000 +++ b/main.cpp Tue Nov 19 15:00:03 2019 +0000 @@ -8,7 +8,7 @@ // Blinking rate in milliseconds -#define BLINKING_RATE_MS 1000 +#define BLINKING_RATE_MS 500 int main()