Function pico_sdk::download::download_drivers[][src]

pub fn download_drivers<P>(
    drivers: &[Driver],
    path: P
) -> Result<(), DriverDownloadError> where
    P: AsRef<Path>, 
Expand description

Downloads the requested drivers and any dependencies to the supplied path.