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