mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-06-06 18:31:01 +00:00
11 lines
193 B
C++
11 lines
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); |