Skip to content

Commit

Permalink
remove file description from cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Dec 5, 2024
1 parent bcdc1c3 commit 560c8cf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions PCF8574.cpp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 560c8cf

Please sign in to comment.