Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@dadul96 dadul96 released this 11 Oct 12:30
· 14 commits to master since this release
  • 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