SP8EBC-ParaTNC/include/api/api.h

15 wiersze
211 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);
void api_send_json_status(void);
#endif /* API_H_ */