d2528caa85
On the raven, the battery and temperature readings are available from the companion 3290 cpu over the serial line. Modify the existing raven-lcd-interface application to export these sensors.
5 lines
122 B
Makefile
5 lines
122 B
Makefile
raven-lcd-interface_src = raven-lcd.c
|
|
|
|
|
|
CFLAGS+=-DRAVEN_LCD_INTERFACE=1 -DPLATFORM_HAS_BATTERY -DPLATFORM_HAS_TEMPERATURE
|