first commit
This commit is contained in:
8
app/utils.h
Normal file
8
app/utils.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
int hex2bytes(const char *str, uint8_t *bytes, int32_t length);
|
||||
void bytes2hex(const uint8_t *bytes, int32_t length, char *str, int32_t strLength);
|
||||
int Rssi2Quality(sint8 rssi);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user