![](/media/cache/profiles/Chris_Profile_Pic_kyGJjzP.jpg.50x50_q85.jpg)
Diff: Objects.h
- Revision:
- 1:bde97f4fdef6
- Parent:
- 0:f4582ce9b8d7
--- a/Objects.h Sat Sep 19 00:29:28 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -#include "mbed.h" - -#include "HTTPServer.h" -#include "HTTPRPC.h" -#include "HTTPFS.h" - -#include "MobileLCD.h" -#include "LIS302.h" -#include "RFID.h" -#include "RGBLED.h" -#include "Servo.h" -#include "usbhid.h" -#include "SRF05.h" - -extern LocalFileSystem local; -extern Serial pc; - -extern InterruptIn RedButton; -extern DigitalIn GreenButton; -extern DigitalIn BlueButton; - -extern DigitalOut led1; -extern DigitalOut led2; -extern DigitalOut led3; -extern DigitalOut led4; - -extern AnalogIn light; -extern AnalogIn pot; - -extern RFID rfid; -extern MobileLCD lcd; -extern LIS302 acc; -extern RGBLED rgb; -extern Servo servo; -extern SRF05 srf; - -extern usbhid hid; - - - -