ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
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 682B

12345678910
  1. name=PCA9685 16-Channel PWM Driver Module Library
  2. version=1.2.9
  3. author=NachtRaveVL <nachtravevl@gmail.com>, Vitska, Kasper Skårhøj <kasperskaarhoj@gmail.com>
  4. maintainer=NachtRaveVL <nachtravevl@gmail.com>
  5. sentence=Library to control a PCA9685 16-channel PWM driver module from an Arduino board.
  6. paragraph=This library allows communication with boards running a PCA6985 16-channel PWM driver module. It supports a wide range of available functionality, from setting the output PWM frequecy, allowing multi-device proxy addressing, and provides an assistant class for working with Servos.
  7. category=Device Control
  8. url=https://github.com/NachtRaveVL/PCA9685-Arduino
  9. architectures=*