Loading model/driver/nrf24l01.dfa +3 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,9 @@ transition: datarate: 'Nrf24l01::RF24_1MBPS' tx_power: 'Nrf24l01::RF24_PA_MAX' channel: 76 powerDown: src: [STANDBY1] dst: POWEROFF setAutoAck: src: [STANDBY1] dst: STANDBY1 Loading src/driver/nrf24l01.cc +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ void Nrf24l01::powerUp(void) // For nRF24L01+ to go from power down mode to TX or RX mode it must first pass through stand-by mode. // There must be a delay of Tpd2stby (see Table 16.) after the nRF24L01+ leaves power down mode before // the CEis set high. - Tpd2stby can be up to 5ms per the 1.0 datasheet arch.delay_us(5); arch.delay_ms(5); } } Loading Loading
model/driver/nrf24l01.dfa +3 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,9 @@ transition: datarate: 'Nrf24l01::RF24_1MBPS' tx_power: 'Nrf24l01::RF24_PA_MAX' channel: 76 powerDown: src: [STANDBY1] dst: POWEROFF setAutoAck: src: [STANDBY1] dst: STANDBY1 Loading
src/driver/nrf24l01.cc +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ void Nrf24l01::powerUp(void) // For nRF24L01+ to go from power down mode to TX or RX mode it must first pass through stand-by mode. // There must be a delay of Tpd2stby (see Table 16.) after the nRF24L01+ leaves power down mode before // the CEis set high. - Tpd2stby can be up to 5ms per the 1.0 datasheet arch.delay_us(5); arch.delay_ms(5); } } Loading