Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: mbed.h
- Revision:
- 5:62573be585e9
- Parent:
- 4:5d1359a283bc
- Child:
- 8:00a04e5cd407
--- a/mbed.h Thu Nov 27 16:23:24 2008 +0000 +++ b/mbed.h Thu Jan 22 18:32:40 2009 +0000 @@ -4,6 +4,8 @@ #ifndef MBED_H #define MBED_H + +#define MBED_LIBRARY_VERSION 6 // Useful C libraries #include <stdio.h> @@ -27,6 +29,7 @@ #include "PwmOut.h" #include "Serial.h" #include "SPI.h" +#include "SPI3.h" #include "I2C.h" // mbed Internal components @@ -35,6 +38,8 @@ #include "Ticker.h" #include "Timeout.h" #include "LocalFileSystem.h" +#include "rpc.h" +#include "rtc.h" using namespace mbed;
