hal/arduino/ArduinoTellstickDuo/archtech.h

8 lines
150 B
C
Raw Normal View History

#ifndef ARCHTECH_H
#define ARCHTECH_H
#include "Arduino.h"
bool parseArctechSelfLearning(uint8_t* bufStartP, uint8_t* bufEndP);
#endif //ARCHTECH_H