• TMRh20's avatar
    Inspired idea to change TX standby code · 1e2f41c3
    TMRh20 authored
    Realised that data would be lost if dropping to standby or power down
    mode before the FIFO is empty.
    txStandby now returns a boolean value to indicate whether the
    transmission is complete. If there is data in the TX FIFO the radio will
    not drop out of TX mode. eg: while(  !txStandBy()  ){}
    1e2f41c3
RF24.h 25.4 KB