Skip to content

Commit 2eca156

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 4de5c5e commit 2eca156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Inkplate.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ int Inkplate::einkOn()
105105
Wire.write(0x01);
106106
Wire.write(B00101111);
107107
Wire.endTransmission();
108-
109-
// Modify power up sequence (VEE and VNEG are swapped)
110-
Wire.beginTransmission(0x48);
108+
109+
// Modify power up sequence (VEE and VNEG are swapped)
110+
Wire.beginTransmission(0x48);
111111
Wire.write(0x09);
112112
Wire.write(B11100001);
113113
Wire.endTransmission();

0 commit comments

Comments
 (0)