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 ce568a6 commit 8615fc0Copy full SHA for 8615fc0
arduino.ino
@@ -35,10 +35,11 @@ void setup() {
35
pinMode(data_ready_signal_pin, OUTPUT);
36
lcd.begin(16, 2);
37
//sendCommand(query_report_mode_command, sizeof(query_report_mode_command));
38
- //delay(100);
+ //delay(1000);
39
//sendCommand(work_mode_command, sizeof(work_mode_command));
40
41
//sendCommand(active_report_mode_command, sizeof(active_report_mode_command));
42
43
}
44
45
void sendCommand(uint8_t* cmd, size_t len) {
0 commit comments