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_LPC11U37H_401/cmsis.h
- Committer:
- tushki7
- Date:
- 2015-04-12
- Revision:
- 1:eb68c94a8ee5
- Parent:
- 0:60d829a0353a
File content as of revision 1:eb68c94a8ee5:
/* mbed Microcontroller Library - CMSIS * Copyright (C) 2009-2011 ARM Limited. All rights reserved. * * A generic CMSIS include header, pulling in LPC11U24 specifics */ #ifndef MBED_CMSIS_H #define MBED_CMSIS_H #include "LPC11Uxx.h" #include "cmsis_nvic.h" #endif