Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Grove_LCD_RGB_Backlight by
Revision 3:852b9b565605, committed 2018-06-05
- 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 |
--- 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;
