We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1bf50 commit ad6f6afCopy full SHA for ad6f6af
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