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/

utilities/stdio_thread.h

Committer:
jplunkett
Date:
2018-04-11
Revision:
0:c107a6f8c368

File content as of revision 0:c107a6f8c368:

#ifndef __STDIO_THREAD_H__
#define __STDIO_THREAD_H__

int safe_printf(const char *format, ...);

#endif // __STDIO_THREAD_H__