Using the cap slider and segment LCD on LG/WG/GG.

Dependencies:   EFM32_CapSenseSlider EFM32_SegmentLCD mbed

Demo program showing the capacitive slider and segment LCD functionality of the Leopard, Wonder and Giant Gecko Starter Kits.

Information

All examples in this repo are considered EXPERIMENTAL QUALITY, meaning this code has been created as one-off proof-of-concept and is suitable as a demonstration for experimental purposes only. This code will not be regularly maintained by Silicon Labs and there is no guarantee that these projects will work across all environments, SDK versions and hardware.

Revision:
6:c392ed815942
Parent:
4:4bd20d989554
Child:
7:1e0a14ce9ca1
--- a/main.cpp	Wed May 06 21:41:49 2015 +0000
+++ b/main.cpp	Wed May 13 13:55:50 2015 +0000
@@ -75,7 +75,7 @@
 	refreshTicker.attach(&tickerCallback, 1.0f);
 
 	printf("Initialization done! \n");
-
+	wait(0.01f); //Need to delay slightly to give the serial transmission a chance to flush out its buffer
 	segmentDisplay.Write("Hello");
 
 	// Go into sleeping mode