Fork of EFM32 Segment LCD library - used as pull request source for bugfixes
Fork of EFM32_SegmentLCD by
Revision 6:114aa75da77b, committed 2015-05-04
- Comitter:
- stevew817
- Date:
- Mon May 04 20:40:26 2015 +0000
- Parent:
- 5:e692ded4462b
- Child:
- 7:c7948fbb8729
- Commit message:
- Add pin defines for WG and LG
Changed in this revision
| segmentlcdconfig_stk_lg.h | Show annotated file Show diff for this revision Revisions of this file |
| segmentlcdconfig_stk_wg.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/segmentlcdconfig_stk_lg.h Mon May 04 15:54:47 2015 +0000
+++ b/segmentlcdconfig_stk_lg.h Mon May 04 20:40:26 2015 +0000
@@ -17,6 +17,7 @@
#define __SEGMENTLCDCONFIG_H
#include "em_lcd.h"
+#include "PinNames.h"
#ifdef __cplusplus
extern "C" {
--- a/segmentlcdconfig_stk_wg.h Mon May 04 15:54:47 2015 +0000
+++ b/segmentlcdconfig_stk_wg.h Mon May 04 20:40:26 2015 +0000
@@ -17,6 +17,7 @@
#define __SEGMENTLCDCONFIG_H
#include "em_lcd.h"
+#include "PinNames.h"
#ifdef __cplusplus
extern "C" {