Allow fractional revolutions and non-synced reading. Find more things which

need fixing in the firmware sampler.
This commit is contained in:
David Given
2020-01-27 22:52:25 +01:00
parent 933ffe7ab4
commit 29bdfc043a
8 changed files with 83 additions and 56 deletions

View File

@@ -27,8 +27,9 @@ public:
virtual bool retryable() { return false; }
};
extern void setHardwareFluxSourceRevolutions(int revolutions);
extern void setHardwareFluxSourceRevolutions(double revolutions);
extern void setHardwareFluxSourceDensity(bool high_density);
extern void setHardwareFluxSourceSynced(bool synced);
#endif