We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edd1be commit e2031bfCopy full SHA for e2031bf
src/IoAbstractionWire.h
@@ -479,8 +479,8 @@ class MPR121IoAbstraction : public Standard16BitDevice {
479
};
480
481
/**
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
+ * A wrapper for the MPR121IoAbstraction that provides the LED control analog functions as an AnalogDevice, this allows
+ * you to use this device with anything that already works with AnalogDevice objects for output. Simply construct giving
484
* a reference to the actual abstraction.
485
*/
486
class MPR121AnalogAbstraction : public AnalogDevice {
0 commit comments