This is a driver for the segment LCD found on the Silicon Labs EF32 Giant, Leopard and Wonder Gecko platforms. NOTE: This driver will not work with other platforms, because it contains EFM32-specific code.

Dependents:   EFM32 RDA5807M RDS Radio EMF32-Segment-Touch-Demo EMF32_ShowKey blinky_EFM32_Giant ... more

Issue: Identifier "LOW_ENERGY_CLOCK_FREQUENCY" not defined

When compiling in mbed online compiler compiler reports undefined symbol: Error: Identifier "LOW_ENERGY_CLOCK_FREQUENCY" is undefined in "EFM32_SegmentLCD/segmentlcd.c", Line: 418, Col: 26

This appears in version 6:114aa75da77b

1 comment:

01 Apr 2017

An include is missing in segmentlcd.c. Just add #include "clocking.h" to fix this issue.