You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 regels
212 B

  1. #pragma once
  2. #include <Arduino.h>
  3. #include <uDS3231.h>
  4. namespace utils {
  5. namespace time {
  6. void breakTime(const timestamp_t time, tmElements_t &tm);
  7. timestamp_t makeTimestamp(const tmElements_t &tm);
  8. }
  9. }