Added buffering to output

This commit is contained in:
2020-12-30 21:04:37 +01:00
parent bec3721e46
commit 827bcdb386
2 changed files with 37 additions and 6 deletions

View File

@@ -3,6 +3,10 @@
#include <stdint.h>
// SCHEMATIC
// #define KEYBOARD_CLK 2
// #define KEYBOARD_DATA 3
#define KEYBOARD_CLK 2
#define KEYBOARD_DATA 7