전원 + BLE + 배터리
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*******************************************************************************
|
||||
* @file parser.h
|
||||
* @brief BLE command parser (Zephyr port)
|
||||
*
|
||||
* 4바이트 TAG + DATA + CRC16 패킷 파싱 및 디스패치
|
||||
******************************************************************************/
|
||||
#ifndef CMD_PARSER_H__
|
||||
#define CMD_PARSER_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int dr_parser(const uint8_t *buf, uint16_t len);
|
||||
|
||||
#endif /* CMD_PARSER_H__ */
|
||||
Reference in New Issue
Block a user