Updated version number in library.properties file to v1.0.1
Fixes ATMega2560 upload issue. The example 6 had three exclamation marks in a row ("!!!") in one of the serial debug messages. This can cause the micro to enter bootloader monitor mode and stop mid-upload. More about it here:
http://forum.arduino.cc/index.php?topic=132595.0
Fixed double I2C port close (_i2cPort->end();) in updateFIFO function, which causes SAMD21 to hang.
Also includes examples 5 and 6.