CatPot 2015-2016 / Mbed 2 deprecated CatPot_Main_T_2v00

Dependencies:   mbed AQM1602 HMC6352 PID

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers input.h Source File

input.h

00001 #ifndef _INPUT_H_
00002 #define _INPUT_H_
00003 
00004 //line
00005 void ReadLine(void);
00006 //ball
00007 uint8_t ReadBall(void);
00008 //other
00009 void ReadMouse(void);
00010 void ReadGyro(void);
00011 void ReadCmps(void);
00012 void ReadPing(void);
00013 void ValidIr(void);
00014 void ReadIr(void);
00015 void ReadInfo(void);
00016 
00017 #endif /*_INPUT_H_*/
00018