PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
566B

  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=*