mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 10:22:44 +01:00
add schematic pdfs and firmware code
This commit is contained in:
19
Code/devterm_keyboard/helper.h
Normal file
19
Code/devterm_keyboard/helper.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
*
|
||||
|
||||
|
||||
|
||||
*/
|
||||
#ifndef HELPER_H
|
||||
#define HELPER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
uint8_t read_io(uint8_t io);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user