Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into yu-lei/hype-58-implem…
Browse files Browse the repository at this point in the history
…ent-low-pressure-sensor
  • Loading branch information
siny-over-cosy committed Feb 13, 2025
2 parents 85cd1a6 + 775f8f2 commit 0aa3a84
Show file tree
Hide file tree
Showing 79 changed files with 1,647 additions and 2,969 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion boards/stm32f767zi/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use embassy_stm32::adc::{Adc, AnyAdcChannel, Instance};
use embassy_stm32::gpio::{Input, Output};
use embassy_stm32::{i2c::I2c, mode::Blocking};
use embassy_sync::blocking_mutex::{raw::NoopRawMutex, Mutex};

use hyped_adc::HypedAdc;
use hyped_adc_derive::HypedAdc;
use hyped_gpio::{HypedGpioInputPin, HypedGpioOutputPin};
Expand Down
Loading

0 comments on commit 0aa3a84

Please sign in to comment.