PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

library.properties 566B

3 jaren geleden
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=*