Module system

Source
Expand description

Raspberry Pi system-related tools.

Use DeviceInfo to identify the Raspberry Pi’s model and SoC.

Structs§

DeviceInfo
Retrieves Raspberry Pi device information.

Enums§

Error
Errors that can occur when trying to identify the Raspberry Pi hardware.
Model
Identifiable Raspberry Pi models.
SoC
Identifiable Raspberry Pi SoCs.

Type Aliases§

Result
Result type returned from methods that can have system::Errors.