This commit is contained in:
2021-02-16 11:18:41 +01:00
parent 12626941ce
commit d749d2e7fc
4 changed files with 46 additions and 32 deletions

View File

@ -3,6 +3,8 @@
#include <stdint.h>
#include <stdbool.h>
#include <sinkStruct.h>
typedef struct {
uint64_t seconds;
@ -12,5 +14,7 @@ typedef struct {
void networkInit();
t_seconds* networkGetSeconds();
int8_t networkSendMinuteBuffer(t_minuteBuffer *minuteBuffer);
#endif /* _NETWORK_ABSTRACTION_LAYER_H_ */