We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b191b commit c47fd3aCopy full SHA for c47fd3a
MIDAS/src/hilsim/kal.cpp
@@ -126,6 +126,7 @@ void k_run() {
126
127
// Wait until start signal (newline written to serial)
128
k_wait_until('\n');
129
+ k_ident();
130
k_clear_inbuf();
131
132
// Set up MIDAS
MIDAS/src/hilsim/kamaji/kal_interface.h
@@ -83,3 +83,7 @@ inline void k_midas_setup() {
83
84
delay(200);
85
}
86
+
87
+void k_ident() {
88
+ Serial.println("%id:MIDAS");
89
+}
0 commit comments