Replies: 1 comment 6 replies
-
Read/do some examples from micropython-async about asyncio tasks. your program button switching function is just description of J-K flip-flop functionality (without clock) . in simplest pure code realisation will be like (as button calback)
for memory cleaning use garbage collector |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know if it is possible to make an ESP works in the following way:
The idea is that each program has the maximum memory.
But how to keep the previous state of the push button?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions