NXP Touch Cursor example for LPCXpresso54608, modified for use with Mbed OS.

The tutorial for this example can be found here: https://os.mbed.com/blog/entry/How-to-LPCXpresso54608-touch-panel/

Committer:
jplunkett
Date:
Wed Apr 11 20:46:55 2018 +0000
Revision:
0:c107a6f8c368
Init

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jplunkett 0:c107a6f8c368 1 #ifndef __STDIO_THREAD_H__
jplunkett 0:c107a6f8c368 2 #define __STDIO_THREAD_H__
jplunkett 0:c107a6f8c368 3
jplunkett 0:c107a6f8c368 4 int safe_printf(const char *format, ...);
jplunkett 0:c107a6f8c368 5
jplunkett 0:c107a6f8c368 6 #endif // __STDIO_THREAD_H__