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.

platform.h

Committer:
simon
Date:
2010-05-18
Revision:
19:e6be4cd80aad
Parent:
11:1c1ebd0324fa
Child:
27:7110ebee3484

File content as of revision 19:e6be4cd80aad:

/* mbed Microcontroller Library - platform
 * Copyright (c) 2009 ARM Limited. All rights reserved.
 * sford
 */ 
 
#ifndef MBED_PLATFORM_H
#define MBED_PLATFORM_H

#define MBED_RPC
#define MBED_OPERATORS

#endif