2.1.1 touch_init

void touch_init(void);

Description: Initializes various touch library modules and other peripherals like timer etc. This function should e called during initialization phase typically before main while(1) loop.

Parameter: None

Return: None