master board program  v. 2 - 2018
/home/krtko/robocup_2018/robocup_2018/dip_switch.h
Go to the documentation of this file.
1 #ifndef DIP_SWITCH_H_
2 #define DIP_SWITCH_H_
3 
4 #include "hal.h"
5 #include "ch.h"
6 
7 uint8_t get_dip_switch(void);
8 
9 #endif
uint8_t get_dip_switch(void)
Definition: dip_switch.c:3