neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
948 stars 191 forks source link

is this menu support multitask/multithread? #357

Open youxiaojie opened 3 years ago

youxiaojie commented 3 years ago

Dear friend, I hope to record 18b20's temp data in sd card and other things such as upload to mqtt server, even when the menu runs by press a key, is it possible? does your menu support multitask? if so, which multitask lib do you prefer? thanks! (I see multitask prefer millis()-xxx instead of delay(), however I see your examples all delay()), so I need your help. thanks again!

Astar76 commented 3 years ago

Look towards FreeRTOS. True, I did this on an ESP-32 microcontroller, but for arduino there seems to be a port of this library too.