Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
hal.h
1#ifndef HAL_H
2#define HAL_H
3
4#include <stdint.h>
5
6uint32_t hal_millis();
7
8#endif // HAL_H