mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Allow fractional revolutions and non-synced reading. Find more things which
need fixing in the firmware sampler.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user