Welcome to the EyeBot  Version 7 - RPi1
A Controller For Various Hardware IO
eyebot.h
Go to the documentation of this file.
1 
7 #ifndef EYEBOT_H_
8 #define EYEBOT_H_
9 
10 #include "camera.h"
11 #include "servos_and_motors.h"
12 #include "psd_sensors.h"
13 #include "timer.h"
14 #include "multitasking.h"
15 #include "key.h"
16 #include "system.h"
17 #include "adc.h"
18 #include "imageProc.h"
19 #include "irtv.h"
20 #include "vomega.h"
21 #include "lcd.h"
22 #include "serial.h"
23 #include "inout.h"
24 #include "audio.h"
25 #include "hdt.h"
26 #include "types.h"
27 
28 #endif /* EYEBOT_H_ */
Header file for audio functionality.
Defines types used for the EyeBot 7.
Camera routines for the Raspberry Pi 2, modded for the EyeBot.
Header file for the IRTV functions.
Header file for timer functionality.
Header file for the ADC functions.
defines image processing fucntions
Defines all the functions to connect to a serial USB/serial connection.
Header file for the PSD sensors functions.
Header file for the LCD functions.
Defines all the functions to connect to a serial USB/serial connection.
Header file for multitasking functions.
Header file for system functions.
Header file for the HDT functions.
Header file for the key functions.
Header file for the VW functions.
Header file for the servos and motors functions.