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.
Dependents: ACC_LCD_341_Basic ESeif-SSD541-HW141 SBart_ACC_LCD_341_Basic ACC_LCD_341_Basic_Final_ALM
Fork of SLCD by
Revision 9:dae947a658f0, committed 2014-03-23
- Comitter:
- Tomo2k
- Date:
- Sun Mar 23 19:10:10 2014 +0000
- Parent:
- 8:99e4215cfc11
- Child:
- 10:ef2b3b7f1b01
- Commit message:
- Added #pragma once guards
Changed in this revision
| FRDM-s401.h | Show annotated file Show diff for this revision Revisions of this file |
| SLCD.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FRDM-s401.h Fri Mar 14 15:31:39 2014 +0000 +++ b/FRDM-s401.h Sun Mar 23 19:10:10 2014 +0000 @@ -1,3 +1,4 @@ +#pragma once /*^^^^^^^^^^^^^^^^ LCD HARDWARE CONECTION ^^^^^^^^^^^^^^^^^^^^^^^^*/ #define _LCDFRONTPLANES (8) // # of frontPlanes #define _LCDBACKPLANES (4) // # of backplanes
--- a/SLCD.h Fri Mar 14 15:31:39 2014 +0000
+++ b/SLCD.h Sun Mar 23 19:10:10 2014 +0000
@@ -1,6 +1,6 @@
+#pragma once
#include "mbed.h"
-
/* ------ sample usage------
#include "mbed.h"
