We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e7e729 + ad6f6af commit 98b4b7bCopy full SHA for 98b4b7b
libraries/Nicla_System/src/Nicla_System.cpp
@@ -32,6 +32,8 @@ bool nicla::begin()
32
th.start(&nicla::pingI2CThd);
33
#endif
34
started = true;
35
+
36
+ return true;
37
}
38
39
void nicla::enableCD()
0 commit comments