diff --git a/PCF8574.cpp b/PCF8574.cpp index fc2e9ba..3480555 100644 --- a/PCF8574.cpp +++ b/PCF8574.cpp @@ -1,14 +1,3 @@ -/** - * @file PCF8574.cpp - * @author Rob Tillaart - * @date 02-febr-2013 - * @version 0.4.2 - * @brief Arduino library for PCF8574 - 8 channel I2C IO expander - * - * @see https://github.com/RobTillaart/PCF8574 - * @see http://forum.arduino.cc/index.php?topic=184800 -*/ - #include "PCF8574.h" PCF8574::PCF8574(const uint8_t deviceAddress, TwoWire *wire)