On Wed, Jan 10, 2018 at 8:28 AM, Michael Monteith via Groups.Io <michael_r_monteith@...> wrote:
Ian, ?I've been wondering if RTOS might be an option to handle all the interrupts etc?
The comments on this Arduino port of the FreeRTOS scheduler ?
suggest that it fills up the available memory on an Uno/Nano very
easily. I think that we will be better served using a custom event loop
with our own interrupt routines, since Ian is already hard up against
the limits of available memory.