Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format
Dependents: NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more
Fork of mbed by
cmsis.h
00001 /* mbed Microcontroller Library - CMSIS 00002 * Copyright (C) 2009-2011 ARM Limited. All rights reserved. 00003 * 00004 * A generic CMSIS include header, pulling in LPC2368 specifics 00005 */ 00006 00007 #ifndef MBED_CMSIS_H 00008 #define MBED_CMSIS_H 00009 00010 #ifndef TARGET_LPC2368 00011 #define TARGET_LPC2368 00012 #endif 00013 00014 #include "LPC23xx.h" 00015 #include "cmsis_nvic.h" 00016 00017 #endif
Generated on Tue Jul 12 2022 11:27:26 by 1.7.2