![](/media/cache/profiles/Chris_Profile_Pic_kyGJjzP.jpg.50x50_q85.jpg)
Objects.h
- Committer:
- chris
- Date:
- 2009-09-19
- Revision:
- 0:f4582ce9b8d7
File content as of revision 0:f4582ce9b8d7:
#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;