astuder / dAISy

Simple AIS Receiver based on Si4362 and MSP430
129 stars 37 forks source link

Move radio control into packet handler ISR #3

Closed astuder closed 10 years ago

astuder commented 10 years ago

To let the receive logic run independent of the main thread, move radio control for channel hopping and RSSI read-out inside packet handler ISR.

No radio functionality should be called while packet handler is running (i.e. before calling ph_stop()).