The steady_time module introduced in a0d8c8e causes compile errors on Windows: error[E0425]: cannot find function `clock_gettime` in crate `libc` Error: --> C:\Users\runneradmin\.cargo\git\checkouts\ros2-client-1852ea698eaf7825\008b76c\src\steady_time.rs:35:27 | 35 | assert_eq...
}voidloop(){ lcd.clear(); lcd.setCursor(0,0); lcd.print("Time: "); lcd.print(rtc.getTimeStr());delay(1000); } The time should increment as I have seen in multiple videos on youtube using similar code, but the time always stays as 12 o'clock even when commenting out the line ...
checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more s...