PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
893B

  1. name=SoftPWM
  2. version=1.0.0
  3. author=Brett Hagman <bhagman@wiring.org.co>
  4. maintainer=Brett Hagman <bhagman@wiring.org.co>
  5. sentence=A software library to produce a 50 percent duty cycle PWM signal on arbitrary pins.<br />
  6. paragraph=A Wiring Framework (and Arduino) Library, for Atmel AVR8 bit series microcontrollers, to produce PWM signals on any arbitrary pin.<br />It was originally designed for controlling the brightness of LEDs, but could be adapted to control servos and other low frequency PWM controlled devices as well.<br />It uses a single hardware timer (Timer 2) on an Atmel AVR 8 bit microcontroller to generate up to 20 PWM channels (your mileage may vary).<br /><br />Issues or questions: <a href="https://github.com/bhagman/SoftPWM/issues">https://github.com/bhagman/SoftPWM/issues</a><br />
  7. category=Signal Input/Output
  8. url=https://github.com/bhagman/SoftPWM
  9. architectures=avr