Forked to make it possible to include this lib in a multi target setting

Fork of SLCD by Erik -

Files at this revision

API Documentation at this revision

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"