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:
mbed_official
Date:
Tue Nov 19 15:00:03 2019 +0000
Parent:
104:f2805e857b14
Child:
106:d323dd088ba2
Commit message:
Corrected code snippet rendering on README. (#197)


.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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()