SPI Bugfix #3

Merged
muellerr merged 2 commits from mueller/spi-bugfix into main 2021-12-11 17:53:11 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 2ad405d325 - Show all commits

View File

@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
## [v0.4.1]
### Fixed
- Initial blockmode setting was not set in SPI constructor
## [v0.4.0]
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "va108xx-hal"
version = "0.4.0"
version = "0.4.1"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "HAL for the Vorago VA108xx family of microcontrollers"