The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
AnnaBridge
Date:
Thu Sep 06 13:39:34 2018 +0100
Revision:
170:e95d10626187
Parent:
128:9bcdf88f62b0
mbed library. Release version 163

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 128:9bcdf88f62b0 1 /* mbed Microcontroller Library - CMSIS
<> 128:9bcdf88f62b0 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
<> 128:9bcdf88f62b0 3 *
<> 128:9bcdf88f62b0 4 * A generic CMSIS include header, pulling in LPC8xx specifics
<> 128:9bcdf88f62b0 5 */
<> 128:9bcdf88f62b0 6
<> 128:9bcdf88f62b0 7 #ifndef MBED_CMSIS_H
<> 128:9bcdf88f62b0 8 #define MBED_CMSIS_H
<> 128:9bcdf88f62b0 9
<> 128:9bcdf88f62b0 10 #include "LPC15xx.h"
<> 128:9bcdf88f62b0 11 #include "cmsis_nvic.h"
<> 128:9bcdf88f62b0 12
<> 128:9bcdf88f62b0 13 #endif