typo
This commit is contained in:
parent
2727864a5f
commit
11d3cbcad1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue