Commit Graph

8 Commits

Author SHA1 Message Date
Robin Müller b776bd2823
clippy: remove unnecessary casts
Rust/va108xx-hal/pipeline/head There was a failure building this commit Details
2023-01-11 00:41:07 +01:00
Robin Müller 0ee53c70d5
add Eq auto-derives
Rust/va108xx-hal/pipeline/head This commit looks good Details
2022-09-13 10:47:11 +02:00
Robin Müller a1c0fb90e0
update example link
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-12 23:04:21 +01:00
Robin Müller 659b7e8f27
Replaced Hertz by impl Into<Hertz> completely
Rust/va108xx-hal/pipeline/head This commit looks good Details
Rust/va108xx-hal/pipeline/pr-main Build started... Details
2021-12-09 23:19:21 +01:00
Robin Müller 9af01f3067 Added PWM implementation and example 2021-12-05 17:44:18 +01:00
Robin Müller d4d5bf66e4
applied cargo fmt and fixed link 2021-12-04 21:35:11 +01:00
Robin Müller 380872107b
re-exporting i2c address definitions 2021-12-04 21:25:35 +01:00
Robin Müller 3886e2f11f First I2C implementation
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
2021-12-02 12:05:24 +01:00