adafruit / Adafruit-PWM-Servo-Driver-Library

Adafruit PWM Servo Driver Library
Other
477 stars 311 forks source link

Add keywords.txt for Arduino IDE’s syntax highlighter #64

Closed photodude closed 5 years ago

photodude commented 5 years ago

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.

ladyada commented 5 years ago

awesome, thanks for the great stuff!

photodude commented 5 years ago

@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.