Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
PicoTime.h File Reference

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"
+ Include dependency graph for PicoTime.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PicoTime
 Cross-platform time utilities for RP2040 and RP2350. More...
 

Detailed Description

Author
Ian Archbell

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.

Version
0.1
Date
2025-03-31
License:\n MIT License

Definition in file PicoTime.h.