mirror of
https://github.com/adafruit/Adafruit_BusIO.git
synced 2026-07-28 04:16:28 +00:00
typo
This commit is contained in:
@@ -329,6 +329,6 @@ void Adafruit_BusIO_Register::setAddress(uint16_t address) {
|
||||
* @brief Set the width of register address
|
||||
* @param address_width the width for register address
|
||||
*/
|
||||
void Adafruit_BusIO_Register::setAddressWidth(uint16_t adress_width) {
|
||||
_addrwidth = adress_width;
|
||||
void Adafruit_BusIO_Register::setAddressWidth(uint16_t address_width) {
|
||||
_addrwidth = address_width;
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ public:
|
||||
|
||||
void setWidth(uint8_t width);
|
||||
void setAddress(uint16_t address);
|
||||
void setAddressWidth(uint16_t adress_width);
|
||||
void setAddressWidth(uint16_t address_width);
|
||||
|
||||
void print(Stream *s = &Serial);
|
||||
void println(Stream *s = &Serial);
|
||||
|
||||
Reference in New Issue
Block a user