1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-24 08:45:10 +03:00
Earle F. Philhower, III d948a1ff2a
Don't stop a waveform simply by calling pinMode (#4906)
Setting a pin direction would cause a waveform generator attached to it to stop.
This could cause PWM to stop if pinMode() is called while running (as it was
called in __analogWrite()).

Remove the stopWaveform call from pinMode, the Tone, analogWrite, or Servo
that initiated the waveform has responsibility for stopping it (and it does)
when complete, irrespective of the pinMode.

Fixes #4905
2018-07-08 20:27:13 -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