PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

library.properties 566B

3 anos atrás
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=*