Skip to content

Instantly share code, notes, and snippets.

@smaeul
smaeul / bl808.md
Last active February 19, 2023 20:34
BL808 U-Boot HOWTO
@albertmoravec
albertmoravec / adc.rs
Last active January 26, 2021 20:35
ADC DMA multiple channels
#![no_std]
#![no_main]
#[macro_use]
mod utilities;
use stm32f4xx_hal as hal;
use cortex_m::singleton;
use hal::{