update button handling
This commit is contained in:
parent
51a5e6fc28
commit
b631a44abb
6 changed files with 133 additions and 52 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#define WRITEPIN_H
|
||||
#include <avr/io.h>
|
||||
|
||||
|
||||
void writePin(volatile unsigned char * const port, const unsigned char pin, const bool state);
|
||||
|
||||
void setBit( volatile unsigned char * const reg, const unsigned char bit, const bool value );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue