You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
330 B
13 lines
330 B
#ifndef __UFCS_PHY_FUNC_H__
|
|
#define __UFCS_PHY_FUNC_H__
|
|
|
|
#include "ufcs_app.h"
|
|
|
|
//void initRx(void);
|
|
//void initTx(void);
|
|
//uint8_t CRC8_Calculate(uint8_t *pData, uint8_t Size);
|
|
//void TXsend(uint8_t* data,uint8_t len);
|
|
//uint8_t checkCRC(uint8_t *pData, uint8_t Size);
|
|
//uint8_t calc_crc_1byte(uint8_t rCRC,uint8_t data);
|
|
|
|
#endif
|