cleaning up
This commit is contained in:
11
src/keypad.hpp
Normal file
11
src/keypad.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _KEYPAD_H_
|
||||
#define _KEYPAD_H_
|
||||
|
||||
#include <WString.h>
|
||||
#include <optional>
|
||||
|
||||
void keypad_init();
|
||||
void keypad_write(String);
|
||||
std::optional<String> keypad_loop();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user