This is my quadcopter prototype software, still in development!
Diff: quadv3/mbed/platform.h
- Revision:
- 0:978110f7f027
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quadv3/mbed/platform.h Wed Jan 30 13:14:44 2013 +0000 @@ -0,0 +1,12 @@ +/* mbed Microcontroller Library - platform + * Copyright (c) 2009 ARM Limited. All rights reserved. + */ + +#ifndef MBED_PLATFORM_H +#define MBED_PLATFORM_H + +#define MBED_RPC + +#define MBED_OPERATORS + +#endif