We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc8b49 commit e45faefCopy full SHA for e45faef
Cheekmate/Arduino/Cheekmate/Cheekmate.ino
@@ -34,6 +34,7 @@ void setup() {
34
// STEMMA connector. If adapting to a different board, you might
35
// want &Wire for the sole or primary I2C interface.
36
drv.begin(&Wire1);
37
+ drv.writeRegister8(0x1D, 0xA8); // Amplitude will be unsigned
38
drv.setRealtimeValue(BUZZ);
39
40
feed->onMessage(handleMessage); // Set up message handler for feed
0 commit comments