ctru/services/ptm/
mod.rs

1//! Power-Time service.
2//!
3//! This service manages user information such as registered playtime, step count (using the pedometer) and control to various
4//! hardware and features to notify the user during play (such as the Notification/Info LED).
5#![doc(alias = "led")]
6#![doc(alias = "playtime")]
7#![doc(alias = "step")]
8#![doc(alias = "power")]
9
10pub mod sysm;
11pub mod user;