kopia lustrzana https://github.com/martin-ger/esp_mqtt
10 wiersze
246 B
C
10 wiersze
246 B
C
![]() |
#ifndef _UTILS_H_
|
||
|
#define _UTILS_H_
|
||
|
|
||
|
#include "c_types.h"
|
||
|
|
||
![]() |
uint32_t ICACHE_FLASH_ATTR UTILS_Atoh(const int8_t *s);
|
||
|
uint8_t ICACHE_FLASH_ATTR UTILS_StrToIP(const int8_t* str, void *ip);
|
||
|
uint8_t ICACHE_FLASH_ATTR UTILS_IsIPV4 (int8_t *str);
|
||
![]() |
#endif
|