Rebuild for use with PlatformIO

This commit is contained in:
2023-11-04 21:19:44 +01:00
parent 5d5ea610ff
commit 1ae879b6d8
10 changed files with 31 additions and 18 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef NOTEBOOK_ADAPTER_H
#define NOTEBOOK_ADAPTER_H
#include <Arduino.h>
namespace NotebookAdapter {
void emulate(uint8_t serial_byte);
}
#endif