Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jan 2, 2017
1 parent 74d316f commit 40c0c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/AP_Utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DISCLAIMER: This library is provided 'AS IS'. See ```license.txt``` for details.

IMPORTANT: Please note that this library requires [Adafruit PWM driver library](https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library/blob/master/license.txt) to be properly installed in your ```libraries``` folder. Adafruit PWM library is currently not provided with AP_Utils and has to be installed separately!
IMPORTANT: Please note that this library requires [Adafruit PWM driver library](https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library) to be properly installed in your ```libraries``` folder. Adafruit PWM library is currently not provided with AP_Utils and has to be installed separately!

This library allows even less Arduino-experienced users to program their ArduPod. The main part of this library is lower-level servo and sensor control, plus a higher-level API in Arduino style that allows fro easy ArduPod control. The following is a list of currently implemented or work-in-progress (WIP) features and API description, see included examples for details.

Expand Down

0 comments on commit 40c0c32

Please sign in to comment.