btclock_v3/lib/btclock/bitaxe_handler.hpp

6 lines
188 B
C++
Raw Permalink Normal View History

2024-07-29 20:49:46 +02:00
#include <array>
#include <string>
std::array<std::string, NUM_SCREENS> parseBitaxeHashRate(std::string text);
std::array<std::string, NUM_SCREENS> parseBitaxeBestDiff(std::string text);