1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-29 12:16:48 +03:00
Earle F. Philhower, III fcf2ac5d3d
Optimize waveform stop routines (#4920)
Thanks to ideas from @shimarin for offering ideas to speed up the stopWaveform
calls which may help things like SoftwareSerial run better.

Optimize the stopWaveform routine to abort fast and early whenever possible.

Remove the stopWaveform call from digitalRead().  If you're running a waveform
on a pin and try to read it, that is a logic error and you'll end up reading the
waveform and not the outside world's view of the pin.
2018-07-12 12:45:48 -07:00
..
2017-12-08 02:08:54 -03:00
2018-02-19 12:43:01 +03:00
2017-01-31 10:07:59 +03:00
2016-05-20 10:20:04 +08:00
2016-05-20 10:20:04 +08:00
2018-03-09 12:47:22 +08:00
2018-03-09 12:47:22 +08:00
2018-04-02 07:37:21 -07:00
2017-05-12 01:03:14 -05:00
2016-03-03 02:13:22 +03:00
2016-05-26 12:53:48 +02:00
2014-12-01 00:34:28 +03:00
2018-04-28 17:02:08 -03:00