This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21: First I2C implementation r=robamu a=robamu Initial I2C HAL implementation. Only the I2cMaster was tested so far, I2cSlave will be tested next. Master side was tested with a temerature sensor example application in the vorago-reb1 crate Co-authored-by: Robin Mueller <[email protected]>
- Loading branch information
Showing
7 changed files
with
937 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "va108xx-hal" | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
authors = ["Robin Mueller <[email protected]>"] | ||
edition = "2021" | ||
description = "HAL for the Vorago VA108xx family of microcontrollers" | ||
|
@@ -21,7 +21,7 @@ once_cell = { version = "1.8.0", default-features = false } | |
libm = "0.2.1" | ||
|
||
[dependencies.va108xx] | ||
version = "0.1" | ||
version = "0.1.3" | ||
|
||
[features] | ||
rt = ["va108xx/rt"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.