Releases: dadul96/Arduino-Servo-Hardware-PWM-Library
Releases · dadul96/Arduino-Servo-Hardware-PWM-Library
Release 1.3.0
Release 1.2.1
- added a propper board support validation (only Arduino Mega allowed)
Release 1.2.0
-
now compatible with all the original Arduino Servo Library - commands
-
additional commands added:
attach(int pin, int min, int max, int defaultPos)
anddetachAll()
-
updated the example program (Servo_Sweep.ino)
-
updated the descriptions (readme, comments, ...)
-
updated and improved the code in general (correct datatypes, ...)
-
code cleanup
Release 1.0.2
Hotfix:
- Changed the field separator in keywords.txt. Keywords are now getting highlighted correctly.
Release 1.0.1
Hotfix:
- Changed the folder structure of the example sketch in order to access the example over the Arduino IDE menu (File > Examples > Servo Hardware PWM).
Initial release
- Ready for use
- Library modified to be visible to the Arduino Library Manager