A simple 128x32 graphical LCD program to quickstart with LCD on ARM mbed IoT Starter Kit. This requires mbed Applciation Shield with FRDM-K64F platform.
mbed/TARGET_LPC4088/sys_helper.h
- Committer:
- tushki7
- Date:
- 2015-04-12
- Revision:
- 1:eb68c94a8ee5
- Parent:
- 0:60d829a0353a
File content as of revision 1:eb68c94a8ee5:
#ifndef SYS_HELPER_H #define SYS_HELPER_H #include <stdint.h> #ifdef __cplusplus extern "C" { #endif uint32_t __reserved_stack_size(); #ifdef __cplusplus } #endif #endif