#pragma once #include void fhss_init(void); uint8_t fhss_next_channel(void); /* next channel from AES-ECB PRNG sequence */ void fhss_sync_tick(void); /* call every FHSS_DWELL_MS ms */