Aguijón Software Libraries  1.0
Documentation for the included Libraries
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
inputs.h
Go to the documentation of this file.
1 //inputs.h
2 
3 
4 void DIPconfig(unsigned char cfg); //enables or disables DIP SW
5 unsigned char readDIP(void); //returns decimal value of the DIP
6 unsigned char readSW(void); //returns the SW number that was pressed
7 unsigned char readOI(void); //returns the OI number that was pressed