#embedded #rustlang #sensor #espressif
#embedded #rustlang #sensor #espressif
creatinglightly.art/collections/...
creatinglightly.art/en-eur/pages...
all these are returning 403. I know that there are some Cloudflare outages today but this doesn't seem like it. It's like various redirections on the site return this.
creatinglightly.art/collections/...
creatinglightly.art/en-eur/pages...
all these are returning 403. I know that there are some Cloudflare outages today but this doesn't seem like it. It's like various redirections on the site return this.
let sda = Output::new(peripherals.GPIO5, Level::High, OutputConfig::default().with_pull(esp_hal::gpio::Pull::Up));
but I can't pass this to .with_sda().
let sda = Output::new(peripherals.GPIO5, Level::High, OutputConfig::default().with_pull(esp_hal::gpio::Pull::Up));
but I can't pass this to .with_sda().