Skip to content

Commit d966ddc

Browse files
Merge pull request #2297 from PaintYourDragon/main
Small fix to Arduino Cheekmate
2 parents 1696e6c + 4981e89 commit d966ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cheekmate/Arduino/Cheekmate/Cheekmate.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ void setup() {
3434
// STEMMA connector. If adapting to a different board, you might
3535
// want &Wire for the sole or primary I2C interface.
3636
drv.begin(&Wire1);
37+
drv.writeRegister8(0x1D, 0xA8); // Amplitude will be unsigned
3738
drv.setRealtimeValue(BUZZ);
3839

3940
feed->onMessage(handleMessage); // Set up message handler for feed

0 commit comments

Comments
 (0)