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 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" {