Closed photodude closed 5 years ago
awesome, thanks for the great stuff!
@ladyada you are welcome. Thank you for merging, and the Awesome Stuff you are doing too.
Dec 3rd we will be showcasing our Mechanical Engineering Senior Design project; a Fan array of 25 ESC driven drone motors for the University of Utah's Incinarary Wind Tunnel. The Adafruit-PWM-Servo-Driver is a key tool in making that project possible as we needed 25 PWM signals to drive the ESCs.
An explanation of keywords markup for Arduino IDE’s syntax highlighter https://spencer.bliven.us/index.php/2012/01/18/arduino-ide-keywords/
A single tab is required between the name and the keyword identifier, it must be a tab to meet the Arduino IDE’s syntax highlighter's required formating.
Describe any known limitations with your change.
The library constants were not added as they have limited value in Arduino IDE’s syntax highlighter for an end-user.
Please run any tests or examples that can exercise your modified code. no tests or examples are needed as this just adds the Arduino IDE’s syntax highlighting