Files
arduino-timex-datalink-note…/notebook_adapter.h
T

11 lines
152 B
C++

#ifndef NOTEBOOK_ADAPTER_H
#define NOTEBOOK_ADAPTER_H
#include <Arduino.h>
namespace NotebookAdapter {
void emulate(uint8_t serial_byte);
}
#endif