SP8EBC-ParaTNC/include/api/api.h

17 wiersze
281 B
C
Czysty Zwykły widok Historia

2022-04-29 14:29:37 +00:00
/*
* api.h
*
* Created on: Apr 24, 2022
* Author: mateusz
*/
#ifndef API_H_
#define API_H_
void api_init(char * api_base, char * station_name);
2022-09-20 18:58:11 +00:00
void api_calculate_mac(void);
2022-04-29 14:29:37 +00:00
void api_send_json_status(void);
2022-04-30 13:23:24 +00:00
void api_send_json_measuremenets(void);
2022-04-29 14:29:37 +00:00
#endif /* API_H_ */