btclock_v3/src/lib/utils.hpp

7 lines
103 B
C++
Raw Normal View History

#pragma once
#include <WiFi.h>
#include "shared.hpp"
int modulo(int x,int N);
String getMyHostname();