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:
11
Code/devterm_keyboard/helper.ino
Normal file
11
Code/devterm_keyboard/helper.ino
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "helper.h"
|
||||
|
||||
|
||||
uint8_t read_io(uint8_t io) {
|
||||
|
||||
if(digitalRead(io) == LOW ){
|
||||
return 0;
|
||||
}else {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user