@@ -150,7 +150,7 @@ bool Inkplate::begin(void)
150
150
pinModeInternal (IO_INT_ADDR, ioRegsInt, INT_APDS, INPUT_PULLUP); // Gesture interrupt pin
151
151
pinModeInternal (IO_INT_ADDR, ioRegsInt, INT2_LSM, INPUT_PULLUP); // LSM interrupt pins
152
152
pinModeInternal (IO_INT_ADDR, ioRegsInt, INT1_LSM, INPUT_PULLUP);
153
-
153
+
154
154
pinModeInternal (IO_INT_ADDR, ioRegsInt, BUZZ_EN, OUTPUT); // Buzzer enable
155
155
digitalWriteInternal (IO_INT_ADDR, ioRegsInt, BUZZ_EN, HIGH);
156
156
@@ -159,7 +159,7 @@ bool Inkplate::begin(void)
159
159
160
160
pinModeInternal (IO_INT_ADDR, ioRegsInt, FRONTLIGHT_EN, OUTPUT);
161
161
digitalWriteInternal (IO_INT_ADDR, ioRegsInt, FRONTLIGHT_EN, LOW);
162
-
162
+
163
163
for (int i = 2 ; i < 15 ; i++)
164
164
{
165
165
pinModeInternal (IO_EXT_ADDR, ioRegsEx, i, OUTPUT);
@@ -580,7 +580,7 @@ void Inkplate::wakePeripheral(uint8_t _peripheral)
580
580
if (_peripheral & INKPLATE_APDS9960)
581
581
{
582
582
// Wake APDS
583
- // apds9960.enablePower();
583
+ // apds9960.enablePower();
584
584
//
585
585
// TODO apds9960.begin();
586
586
}
0 commit comments