We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa152f2 commit 306a30bCopy full SHA for 306a30b
libraries/Nicla_System/Nicla_System.cpp
@@ -19,6 +19,8 @@ namespace nicla {
19
20
bool begin()
21
{
22
+ pinMode(P0_10, OUTPUT);
23
+ digitalWrite(P0_10, HIGH);
24
Wire1.begin();
25
#ifndef NO_NEED_FOR_WATCHDOG_THREAD
26
static rtos::Thread th(osPriorityHigh, 1024, nullptr, "ping_thread");
0 commit comments