Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
276 killagreg 1
#ifndef _BUTTON_H
2
#define _BUTTON_H
3
 
4
#include <avr/io.h>
5
#include <inttypes.h>
6
 
7
extern void Button_Init(void);
8
extern uint8_t GetButton(void);
9
 
10
 
11
#endif //_BUTTON_H