supla-device
Loading...
Searching...
No Matches
src
supla
time.h
1
// SPDX-FileCopyrightText: AC SOFTWARE SP. Z O.O.
2
// SPDX-License-Identifier: GPL-2.0-or-later
3
4
#ifndef SRC_SUPLA_TIME_H_
5
#define SRC_SUPLA_TIME_H_
6
7
#ifdef ARDUINO
8
#include <Arduino.h>
9
#else
10
#include <stdint.h>
11
12
uint32_t millis(
void
);
13
void
delay(uint64_t);
14
void
delayMicroseconds(uint64_t);
15
16
#endif
17
18
#endif
// SRC_SUPLA_TIME_H_
Generated by
1.12.0