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 e2a14db commit b522b26Copy full SHA for b522b26
1 file changed
home_debix/ase/bin/rover-reset
@@ -16,13 +16,10 @@ i2c_write() {
16
i2cset -y $I2C_BUS $PCA9685_ADDR $register $value
17
}
18
19
-echo "Sending sleep command"
20
-i2c_write 0x00 0x10
+echo "Sending software reset command"
+i2c_write 0x00 0x06
21
22
sleep .3
23
24
-echo "Sending wake command"
25
-i2c_write 0x00 0x20
26
-
27
28
beep success || /home/debix/ase/bin/beep success
0 commit comments