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 14:01:40 2015 +0000
Parent:
6:c392ed815942
Child:
8:431b1f7d9f22
Commit message:
doc update

Changed in this revision

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