forked from btclock/btclock_v3
6 lines
188 B
C++
6 lines
188 B
C++
|
#include <array>
|
||
|
#include <string>
|
||
|
|
||
|
std::array<std::string, NUM_SCREENS> parseBitaxeHashRate(std::string text);
|
||
|
std::array<std::string, NUM_SCREENS> parseBitaxeBestDiff(std::string text);
|