diff --git a/src/hal/avr/shr16.cpp b/src/hal/avr/shr16.cpp index f7de1f2..25aa7b0 100644 --- a/src/hal/avr/shr16.cpp +++ b/src/hal/avr/shr16.cpp @@ -33,7 +33,7 @@ void SHR16::Write(uint16_t v) { } WritePin(SHR16_CLOCK, Level::low); WritePin(SHR16_LATCH, Level::high); - _delay_us(10); + _delay_us(25); WritePin(SHR16_LATCH, Level::low); shr16_v = v;