8 lines
150 B
C
8 lines
150 B
C
|
|
#ifndef ARCHTECH_H
|
||
|
|
#define ARCHTECH_H
|
||
|
|
|
||
|
|
#include "Arduino.h"
|
||
|
|
|
||
|
|
bool parseArctechSelfLearning(uint8_t* bufStartP, uint8_t* bufEndP);
|
||
|
|
|
||
|
|
#endif //ARCHTECH_H
|