stm32-rs / stm32g0xx-hal

Peripheral access API for STM32G0 series microcontrollers
Apache License 2.0
73 stars 51 forks source link

Full duplex spi can be switched to half duplex, data size can be set #82

Closed smeenka closed 2 years ago

smeenka commented 2 years ago

Example how to use can be found in https://github.com/smeenka/rust-examples

smeenka commented 2 years ago

An example how to use this feature can be found in https://github.com/smeenka/rust-examples/blob/master/nucleo-G070/examples/neopixel5bits.rs

dotcypress commented 2 years ago

LGTM! Let's fix code formatting and we good to go

smeenka commented 2 years ago

Changes due to cargo fmt pushed to the feature branch in my repo.

dotcypress commented 2 years ago

@smeenka thank you for contribution 👍