Skip to content

Releases: dadul96/Arduino-Servo-Hardware-PWM-Library

Release 1.3.0

16 Nov 20:44
Compare
Choose a tag to compare
  • now up to 9 servos are supported! (pins: 2, 3, 5, 6, 7, 8, 44, 45, 46)
  • removed compiler warning message

Release 1.2.1

14 Oct 13:58
Compare
Choose a tag to compare
  • added a propper board support validation (only Arduino Mega allowed)

Release 1.2.0

11 Oct 12:30
Compare
Choose a tag to compare
  • now compatible with all the original Arduino Servo Library - commands

  • additional commands added: attach(int pin, int min, int max, int defaultPos) and detachAll()

  • 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

02 Jun 13:32
Compare
Choose a tag to compare

Hotfix:

  • Changed the field separator in keywords.txt. Keywords are now getting highlighted correctly.

Release 1.0.1

14 May 16:16
be29f7f
Compare
Choose a tag to compare

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

14 Jan 17:19
a66326d
Compare
Choose a tag to compare
  • Ready for use
  • Library modified to be visible to the Arduino Library Manager