stm32f103xx-hal
stm32f103xx-hal copied to clipboard
HAL for the STM32F103xx family of microcontrollers
I was wondering if it may be better to change the cargo crates version dependency so we use something like Tilde requirements (https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html). Currently there are so many identical dependencies...
I'm trying to put PB8 into alternate open drain mode, so I can use it for I2C. ```rust 37 // Get access to PORTB pins 38 let mut gpiob =...
Functions for enable, reset peripherals can be used in other crates or in main.