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