Skip to content

Commit e2031bf

Browse files
committed
Fix mistake in comment
1 parent 3edd1be commit e2031bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IoAbstractionWire.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ class MPR121IoAbstraction : public Standard16BitDevice {
479479
};
480480

481481
/**
482-
* A wrapper for the AW9523IoAbstraction that provides the LED control analog functions as an AnalogDevice, this allows
483-
* you to use this device with anything that already works with AnalogDevice objects for output. Simple construct giving
482+
* A wrapper for the MPR121IoAbstraction that provides the LED control analog functions as an AnalogDevice, this allows
483+
* you to use this device with anything that already works with AnalogDevice objects for output. Simply construct giving
484484
* a reference to the actual abstraction.
485485
*/
486486
class MPR121AnalogAbstraction : public AnalogDevice {

0 commit comments

Comments
 (0)