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.

Files at this revision

API Documentation at this revision

Comitter:
stevew817
Date:
Wed May 13 13:55:50 2015 +0000
Parent:
5:4ae84d1e79ab
Child:
7:1e0a14ce9ca1
Commit message:
commit fix for combining sleep() and synchronous I/O

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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