parent
4d2c9ddff8
commit
671e87170b
@ -1,6 +1,4 @@
|
|||||||
|
#include "matrix_state.h"
|
||||||
#include <Arduino.h>
|
|
||||||
#include "debouncing.h"
|
|
||||||
// switch debouncing and status
|
// switch debouncing and status
|
||||||
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
// switch debouncing and status
|
// switch debouncing and status
|
||||||
|
|
||||||
|
#include <Arduino.h>
|
||||||
|
|
||||||
|
|
||||||
boolean key_was_pressed (byte keyState);
|
boolean key_was_pressed (byte keyState);
|
||||||
boolean key_is_pressed (byte keyState);
|
boolean key_is_pressed (byte keyState);
|
Loading…
Reference in new issue