Skip to content

Commit

Permalink
remove double definition of get Address() from cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Dec 4, 2024
1 parent 44ff46a commit 32478fc
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
Expand Up @@ -60,17 +60,6 @@ bool PCF8574::setAddress(const uint8_t deviceAddress)
return isConnected();
}

/**
* @brief getter for I2C address of pcf7485 device
* should be in the range of 0x20...0x27
*
* @return uint8_t address
*/
uint8_t PCF8574::getAddress()
{
return _address;
}

/**
* @brief read all 8 bit at once from PCF8574
*
Expand Down

0 comments on commit 32478fc

Please sign in to comment.