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.
2 parents 1696e6c + 4981e89 commit d966ddcCopy full SHA for d966ddc
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