Implementation of time utilities for RP2040 and RP2350 platforms. More...
#include "time/PicoTime.h"
#include <cstdio>
#include <cstring>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Uses RTC on RP2040 and AON timer on RP2350 to fetch and format time data. Also provides formatted string output and time conversion helpers.
Definition in file PicoTime.cpp.