HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
248 stars 137 forks source link

task or thread coding sample? like xTask? #192

Open halukmy opened 2 years ago

halukmy commented 2 years ago

we need async programming in arduino, is heltec Asr6501 supports that?

serafinebot-wdna commented 2 years ago

I have used Protothreads with a CubeCell board. Although it's not real threads, you can simulate simultaneous execution. AFAIK ASR6501 does not support threading, or at least not currently supported by the framework.

halukmy commented 2 years ago

@snebot-bg thanks for share dear friend