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.
Dependents: EFM32 RDA5807M RDS Radio EMF32-Segment-Touch-Demo EFM32_Bugs MFALHIMOHAMMED ... more
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 3:8d096e5bc045, committed 2015-05-04
- Comitter:
- Steven Cooreman
- Date:
- Mon May 04 09:37:34 2015 -0700
- Parent:
- 2:f361a6f65884
- Parent:
- 1:6647338e62d8
- Commit message:
- Merge
Changed in this revision
--- a/EFM32_CapSenseSlider.h Mon May 04 09:36:38 2015 -0700 +++ b/EFM32_CapSenseSlider.h Mon May 04 09:37:34 2015 -0700 @@ -32,9 +32,6 @@ #ifndef SILABS_EFM32_CAPSENSESLIDER_H #define SILABS_EFM32_CAPSENSESLIDER_H -#define TARGET_EFM32 -#define TARGET_EFM32GG_STK3700 - #ifndef TARGET_EFM32 #error "The Silicon Labs EFM32 CapSenseSlider library is specifically designed for EFM32 targets." #elif (defined(TARGET_EFM32GG_STK3700) || defined(TARGET_EFM32TG_STK3300) || defined(TARGET_EFM32LG_STK3600) || defined(TARGET_EFM32WG_STK3800)) @@ -43,6 +40,7 @@ #include "caplesense.h" #include "CThunk.h" +#include "sleepmodes.h" typedef void (*cbptr_t)(void);