progress #372
This commit is contained in:
parent
e4a7b951a9
commit
a95b0c2c48
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* @file fl_protocol.cpp
|
||||
*
|
||||
* @date Mar 15, 2017
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "fl_protocol.h"
|
||||
|
||||
bool isStartOfFLProtocol(uint8_t firstByte) {
|
||||
return firstByte == START_TAG;
|
||||
}
|
||||
|
Loading…
Reference in New Issue