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:
7:1e0a14ce9ca1
Parent:
6:c392ed815942
--- a/main.cpp	Wed May 13 13:55:50 2015 +0000
+++ b/main.cpp	Wed May 13 14:01:40 2015 +0000
@@ -83,6 +83,7 @@
 	{
 		sleep();
 		if(count >= 8) {
+		    // Go to 'completely dead' mode to show power consumption
 		    refreshTicker.detach();
 		    capSlider.stop();
 		    in.disable_irq();