#include "touch_example.h" int main(void) { /* Initializes MCU, drivers and middleware */ atmel_start_init(); while (1) { touch_example(); } }