Files @ 2548ebc2548c
Branch filter:

Location: seniordesign-firmware/slave/slave/lib/inputOutput.h

kripperger@CL-SEC241-09.cedarville.edu
Set up new pcb and got ID reading correctly
/*
 * io.h
 *
 * Created: 11/7/2012 7:18:08 PM
 *  Author: kripperger
 */ 


 #ifndef IO_H_
 #define IO_H_

 uint8_t io_getModuleId();	// Get ID from rotary dip and return it.


 #endif /* IO_H_ */