Sample program for communicating with Fujitsuu IoT Platform using HTTP

Dependencies:   AsciiFont GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP USBHost_custom easy-connect-gr-peach mbed-http picojson BM1383GLV KX022 rohm-sensor-hal rohm-bh1745

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers touch_proc.h Source File

touch_proc.h

00001 #ifndef TOUCH_PROCESSING_H
00002 #define TOUCH_PROCESSING_H
00003 
00004 #include "DisplayBace.h"
00005 
00006 extern void touch_task(DisplayBase * p_display);
00007 extern void touch_lcd_int(DisplayBase::int_type_t int_type);
00008 
00009 #endif
00010