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

@@ -3,7 +3,7 @@
enum
{
FLUXENGINE_VERSION = 10,
FLUXENGINE_VERSION = 11,
FLUXENGINE_VID = 0x1209,
FLUXENGINE_PID = 0x6e00,
@@ -133,7 +133,8 @@ struct read_frame
{
struct frame_header f;
uint8_t side;
uint8_t revolutions;
uint8_t synced;
uint16_t milliseconds;
};
struct write_frame