User interface change
Release v0.2.0 changes the user interface for the constructor and the begin() function. The interface is with these updates much cleaner and more logical.
The implemented changes are:
- Specify the used Arduino pin# in the constructor and not in the begin() method.
- Remove pin# as one of the parameters for the call to the begin() method.