dcf77.h 143 B

1234567
  1. #pragma once
  2. #include <furi_hal.h>
  3. void set_dcf77_time(DateTime* dt, bool is_dst);
  4. int get_dcf77_bit(int sec);
  5. char* get_dcf77_data(int sec);