PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

library.properties 566B

il y a 3 ans
123456789
  1. name=PWMServo
  2. version=2.1
  3. author=Jim Studt, Mikal Hart, David A. Mellis, Paul Stoffregen
  4. maintainer=Paul Stoffregen
  5. sentence=Control RC Servo motors.
  6. paragraph=PWMServo uses PWM signals for immunity to interrupts, which can corrupt the signals generated by the standard Servo library. SoftwareSerial, Adafruit_NeoPixel and DmxSimple are the most common cause of these problems. PWMServo allows use of servo motors when these or other interrupt blocking libraries are required.
  7. category=Device Control
  8. url=https://github.com/PaulStoffregen/PWMServo
  9. architectures=*