tweak voltage divider for my config
[digitaldcpower] / kbd.h
1 /* vim: set sw=8 ts=8 si : */
2 /*************************************************************************
3  Title  :   include file for the keyboard of the digital power supply
4  Copyright: GPL
5 ***************************************************************************/
6 #ifndef KBD_H
7 #define KBD_H
8
9 extern void init_kbd(void);
10 extern uint8_t check_u_button(int16_t *u);
11 extern uint8_t check_i_button(int16_t *i);
12 extern uint8_t check_store_button(void);
13
14 #endif