mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Move some Servo functions into IRAM (#1742)
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
// The servos are pulsed in the background using the value most recently
|
||||
// written using the write() method.
|
||||
//
|
||||
// This library uses time0 and timer1.
|
||||
// This library uses timer0 and timer1.
|
||||
// Note that timer0 may be repurposed when the first servo is attached.
|
||||
//
|
||||
// Timers are seized as needed in groups of 12 servos - 24 servos use two
|
||||
|
Reference in New Issue
Block a user