Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 427 → Rev 428

/FollowMe/tags/FollowMe 0.1c/button.h
0,0 → 1,11
#ifndef _BUTTON_H
#define _BUTTON_H
 
#include <avr/io.h>
#include <inttypes.h>
 
extern void Button_Init(void);
extern uint8_t GetButton(void);
 
 
#endif //_BUTTON_H