mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 06:20:02 +01:00
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);
|