From 560c8cf7d67f1bd86c2ce2592f1dd7a645278d3a Mon Sep 17 00:00:00 2001 From: hasenradball Date: Thu, 5 Dec 2024 21:23:15 +0100 Subject: [PATCH] remove file description from cpp file --- PCF8574.cpp | 11 ----------- 1 file changed, 11 deletions(-) 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)