I've updated analogRead() on Teensy 3 and 4 to (hopefully) be consistent in calling yield().
https://github.com/PaulStoffregen/cores/commit/02b18c609abebb4b3565a9d4b8db43f3433c6f78
Type: Posts; User: PaulStoffregen
I've updated analogRead() on Teensy 3 and 4 to (hopefully) be consistent in calling yield().
https://github.com/PaulStoffregen/cores/commit/02b18c609abebb4b3565a9d4b8db43f3433c6f78
These conversations about yield() are so difficult because yield() is weak symbol that's meant to be overridden when someone wants to change from the simple event callbacks we have now to something...