29.11.2018 TINF Test

Dependencies:   mbed

Revision:
1:097ca77eb087
Parent:
0:0d3dab410e8c
Child:
2:ccf72b284e3d
--- a/main.cpp	Thu Nov 29 17:03:42 2018 +0000
+++ b/main.cpp	Thu Nov 29 17:15:33 2018 +0000
@@ -1,5 +1,7 @@
 #include "mbed.h"
 
+BusOut BoardLeds ( LED1 , LED2, LED3, LED4);
+
 class IsAnEvent : public InterruptIn {
         volatile int16_t _pressed;
         void _RisingISR();