btclock_v3/lib/btclock/bitaxe_handler.hpp

6 lines
188 B
C++
Raw Normal View History

2024-07-29 18:49:46 +00: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);