PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Revision:
5:ea7377f3d1af
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-pokitto/targets/cmsis/TARGET_NXP/TARGET_LPC11U6X/cmsis.h	Wed Oct 11 20:35:27 2017 +0000
@@ -0,0 +1,13 @@
+/* mbed Microcontroller Library - CMSIS
+ * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
+ * 
+ * A generic CMSIS include header, pulling in LPC8xx specifics
+ */
+
+#ifndef MBED_CMSIS_H
+#define MBED_CMSIS_H
+
+#include "LPC11U6x.h"
+#include "cmsis_nvic.h"
+
+#endif