Threads

Dependencies:   mbed mbed-rtos C12832_lcd LCD_fonts

Revision:
5:9f4b49b1adbf
Parent:
4:e1e874f4c973
--- a/main.cpp	Sat Jun 20 10:44:28 2020 +0000
+++ b/main.cpp	Tue Jul 28 11:59:30 2020 +0000
@@ -2,7 +2,7 @@
 // Pot1 change the contrast
 // Pot2 change the speed of the sin wave
 
-#include "mbed.h"
+#include "mbed.h"                       //Preprocessor Directives
 #include "rtos.h"
 #include "Small_6.h"
 #include "Small_7.h"
@@ -10,7 +10,7 @@
 #include "stdio.h"
 #include "C12832_lcd.h"
 
-BusIn joy(p15,p12,p13,p16);
+BusIn joy(p15,p12,p13,p16);              // Declarations
 DigitalIn fire(p14);
 BusOut leds(LED1,LED2,LED3,LED4);
 C12832_LCD LCD;