Send time sync packets every 1000 ms

This commit is contained in:
jazzpi
2022-08-01 08:05:18 +02:00
parent a4d6036302
commit 372d07af84
9 changed files with 136 additions and 5 deletions

View File

@ -11,6 +11,7 @@
#include "main.h"
#include "stm32g4xx_hal.h"
#include "stm32g4xx_hal_gpio.h"
SlaveHandler slaves[NUMBEROFSLAVES];