Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed AQM1602 HMC6352 PID
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
Generated on Tue Jul 12 2022 23:12:38 by
