Commit Graph

6 Commits

Author SHA1 Message Date
a1c0fb90e0
update example link
All checks were successful
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-12 23:04:21 +01:00
659b7e8f27
Replaced Hertz by impl Into<Hertz> completely
Some checks are pending
Rust/va108xx-hal/pipeline/head This commit looks good
Rust/va108xx-hal/pipeline/pr-main Build started...
2021-12-09 23:19:21 +01:00
9af01f3067 Added PWM implementation and example 2021-12-05 17:44:18 +01:00
d4d5bf66e4
applied cargo fmt and fixed link 2021-12-04 21:35:11 +01:00
380872107b
re-exporting i2c address definitions 2021-12-04 21:25:35 +01:00
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