Merge pull request #370 from tdaede/rescale

This commit is contained in:
David Given
2022-01-10 23:02:18 +01:00
5 changed files with 31 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ public:
void precompensate(int threshold_ticks, int amount_ticks);
std::vector<Fluxmap> split();
void rescale(double scale);
private:
uint8_t& findLastByte();