This is a very simple guide, reviewing the steps required to get Blinky working on an Mbed OS platform.

Dependencies:   RemoteIR

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