This is my quadcopter prototype software, still in development!

Committer:
Anaesthetix
Date:
Tue Jul 23 14:01:42 2013 +0000
Revision:
1:ac68f0368a77
Parent:
0:978110f7f027
Other accelerometer added

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Anaesthetix 0:978110f7f027 1 /* mbed Microcontroller Library - platform
Anaesthetix 0:978110f7f027 2 * Copyright (c) 2009 ARM Limited. All rights reserved.
Anaesthetix 0:978110f7f027 3 */
Anaesthetix 0:978110f7f027 4
Anaesthetix 0:978110f7f027 5 #ifndef MBED_PLATFORM_H
Anaesthetix 0:978110f7f027 6 #define MBED_PLATFORM_H
Anaesthetix 0:978110f7f027 7
Anaesthetix 0:978110f7f027 8 #define MBED_RPC
Anaesthetix 0:978110f7f027 9
Anaesthetix 0:978110f7f027 10 #define MBED_OPERATORS
Anaesthetix 0:978110f7f027 11
Anaesthetix 0:978110f7f027 12 #endif