btclock_v3/src/lib/utils.hpp
2023-11-10 20:59:08 +01:00

11 lines
No EOL
193 B
C++

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