esp-hal 0.16.1

Bare-metal HAL for Espressif devices
Documentation
1
2
3
4
5
use crate::{peripheral::PeripheralRef, peripherals::LCD_CAM};

pub struct Cam<'d> {
    pub(crate) _lcd_cam: PeripheralRef<'d, LCD_CAM>,
}