Time utility functions for the Pico platform (RP2040/RP2350). More...
#include <ctime>
#include <string>
#include "pico/stdlib.h"
#include "time/TimeOfDay.h"
#include "time/DaysOfWeek.h"
Go to the source code of this file.
Classes | |
class | PicoTime |
Cross-platform time utilities for RP2040 and RP2350. More... | |
Part of the PicoFramework application framework. Provides real-time clock (RTC/AON) access and helpers for time conversion, formatting, and output. Designed for use in embedded systems where standard time libraries are limited or unavailable.
Definition in file PicoTime.h.