pub fn chips() -> Result<Vec<PathBuf>>
Expand description

Returns the paths of all the GPIO character devices on the system.

The returned paths are sorted in name order and are confirmed to be GPIO character devices, so there is no need to check them with is_chip.