11 lines
162 B
C
11 lines
162 B
C
#ifndef PROTOCOL_H_
|
|
#define PROTOCOL_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
void checkComData();
|
|
void PCmd_refreshCONN(int connection);
|
|
#endif /* PROTOCOL_H_ */
|
|
|
|
|