improved bus wait with raii class that updates last access
This commit is contained in:
@@ -34,7 +34,7 @@ namespace drivers
|
||||
|
||||
const uint8_t c_respHeaderSize = 3;
|
||||
const uint8_t c_respCrcSize = 2;
|
||||
const uint32_t c_minDelay = 500;
|
||||
const uint32_t c_minDelay = 250;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user