Programme BUS CAN

Dependents:   Prg_TP_CAN

Fork of Grove_LCD_RGB_Backlight by Chandler Matz

Files at this revision

API Documentation at this revision

Comitter:
KEG
Date:
Tue Jun 05 16:22:34 2018 +0000
Parent:
0:253885b1f364
Commit message:
Prog_final_MBED

Changed in this revision

Grove_LCD_RGB_Backlight.h Show annotated file Show diff for this revision Revisions of this file
diff -r 253885b1f364 -r 852b9b565605 Grove_LCD_RGB_Backlight.h
--- a/Grove_LCD_RGB_Backlight.h	Tue Mar 15 17:19:39 2016 +0000
+++ b/Grove_LCD_RGB_Backlight.h	Tue Jun 05 16:22:34 2018 +0000
@@ -28,6 +28,7 @@
     
 class Grove_LCD_RGB_Backlight
 {
+
 public:
     
     //Contructor
@@ -60,7 +61,7 @@
     void sendCommand(char value);
     
     //Set register value
-    void setReg(char addr, char val);
+    void setReg(char addr, char val); 
     
     //MBED I2C object used to transfer data to LCD
     I2C i2c;