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 mbed official

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers platform.h Source File

platform.h

00001 /* mbed Microcontroller Library - platform
00002  * Copyright (c) 2009 ARM Limited. All rights reserved.
00003  */ 
00004  
00005 #ifndef MBED_PLATFORM_H
00006 #define MBED_PLATFORM_H
00007 
00008 #define MBED_RPC
00009 
00010 #define MBED_OPERATORS
00011 
00012 #endif