btclock_v3/src/lib/utils.hpp

10 lines
144 B
C++
Raw Normal View History

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