@@ -150,7 +150,7 @@ bool Inkplate::begin(void)
150150 pinModeInternal (IO_INT_ADDR, ioRegsInt, INT_APDS, INPUT_PULLUP); // Gesture interrupt pin
151151 pinModeInternal (IO_INT_ADDR, ioRegsInt, INT2_LSM, INPUT_PULLUP); // LSM interrupt pins
152152 pinModeInternal (IO_INT_ADDR, ioRegsInt, INT1_LSM, INPUT_PULLUP);
153-
153+
154154 pinModeInternal (IO_INT_ADDR, ioRegsInt, BUZZ_EN, OUTPUT); // Buzzer enable
155155 digitalWriteInternal (IO_INT_ADDR, ioRegsInt, BUZZ_EN, HIGH);
156156
@@ -159,7 +159,7 @@ bool Inkplate::begin(void)
159159
160160 pinModeInternal (IO_INT_ADDR, ioRegsInt, FRONTLIGHT_EN, OUTPUT);
161161 digitalWriteInternal (IO_INT_ADDR, ioRegsInt, FRONTLIGHT_EN, LOW);
162-
162+
163163 for (int i = 2 ; i < 15 ; i++)
164164 {
165165 pinModeInternal (IO_EXT_ADDR, ioRegsEx, i, OUTPUT);
@@ -580,7 +580,7 @@ void Inkplate::wakePeripheral(uint8_t _peripheral)
580580 if (_peripheral & INKPLATE_APDS9960)
581581 {
582582 // Wake APDS
583- // apds9960.enablePower();
583+ // apds9960.enablePower();
584584 //
585585 // TODO apds9960.begin();
586586 }
0 commit comments