max44000: Added device address as default argument in class constructor

Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Stefan Andritoiu 2015-09-22 18:55:22 +03:00 committed by Mihai Tudor Panu
parent 7ffe895374
commit ed71aa029d

View File

@ -85,7 +85,7 @@ class MAX44000 {
* @param bus Number of the used bus
* @param devAddr Address of the used I2C device
*/
MAX44000 (int bus, int devAddr);
MAX44000 (int bus, int devAddr=ADDR);
/**
* MAX44000 object destructor; basically, it closes the I2C connection.