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_LPC4337/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 LPC43xx specifics * * Ported to NXP LPC43XX by Micromint USA <support@micromint.com> */ #ifndef MBED_CMSIS_H #define MBED_CMSIS_H #include "LPC43xx.h" #include "cmsis_nvic.h" #endif