Skip to content

Commit e45faef

Browse files
Cheekmate: use unsigned amplitude
…else no buzz w/example value
1 parent 0fc8b49 commit e45faef

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)