TJREVERB / pfs

Flight software for TJREVERB's nanosat.
7 stars 5 forks source link

Replace Radio read threads with one-time read functions #80

Closed abagali1 closed 4 years ago

abagali1 commented 4 years ago

Description

Instead of having a ThreadHandler object in each Radio class that continuously reads from the APRS/Iridium buffer, implement a function that will just read from the buffer once and return any messages received.