MSPM0_ValvanoWare  1.0
ECE445L starter code
Bump.h
Go to the documentation of this file.
1 
35 #ifndef __BUMP_H__
36 #define __BUMP_H__
37 
38 
45 void Bump_Init(void);
46 
47 
58 uint32_t Bump_In(void);
59 
60 
61 #endif
uint32_t Bump_In(void)
Read bump switches.
void Bump_Init(void)
Initialize bump switches.