Rebuild for use with PlatformIO
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef NOTEBOOK_ADAPTER_H
|
||||
#define NOTEBOOK_ADAPTER_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
namespace NotebookAdapter {
|
||||
void emulate(uint8_t serial_byte);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user