hal/arduino/ArduinoTellstickDuo/archtech.h
Daniel Collin 1c23a7c360 Added oregon v2.1 support to ArduinoTellstick along with some code cleanup
Former-commit-id: d05ee71fa4f2f91afd6452e894385bbcd7020917
2016-01-29 14:14:21 +01:00

8 lines
No EOL
150 B
C

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