13 lines
258 B
C
13 lines
258 B
C
/**
|
|
* Copyright (c) 2022 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#pragma once
|
|
#include "libs.h"
|
|
|
|
extern uint8_t INPUT_STATE;
|
|
extern uint8_t INPUT_PRESSED;
|
|
extern uint8_t INPUT_LAST; |