This program is intended for use exploring bitwise operator. It also demonstrates the use of the 8-bit unsigned char type and using printf to display integer values in various number bases.

Revision:
105:ed03c03b353e
Parent:
104:f2805e857b14
Child:
107:e7084caca83a
--- 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()