Skip to content

Commit

Permalink
ok now yes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfbastos committed Feb 6, 2025
1 parent c8460cb commit f39d76d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ hyped_sensors = { path = "../../lib/sensors" }

hyped_adc = { path = "../../lib/io/hyped_adc" }
hyped_adc_derive = { path = "../../lib/io/hyped_adc/hyped_adc_derive" }
hyped_can = { path = "../../lib/io/hyped_can" }
hyped_i2c = { path = "../../lib/io/hyped_i2c" }
hyped_i2c_derive = { path = "../../lib/io/hyped_i2c/hyped_i2c_derive" }
hyped_gpio = { path = "../../lib/io/hyped_gpio" }
Expand Down
6 changes: 0 additions & 6 deletions boards/stm32f767zi/src/io.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
use core::cell::RefCell;
use embassy_stm32::adc::{Adc, AnyAdcChannel, Instance};
use embassy_stm32::can::{
enums::{BusError, FrameCreateError, TryReadError},
frame, Can, ExtendedId, Frame, Id, StandardId, TryWriteError,
};
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_can::{CanError, HypedCan, HypedCanFrame, HypedEnvelope};
use hyped_gpio::{HypedGpioInputPin, HypedGpioOutputPin};
use hyped_gpio_derive::{HypedGpioInputPin, HypedGpioOutputPin};
use hyped_i2c::{HypedI2c, I2cError};
Expand Down

0 comments on commit f39d76d

Please sign in to comment.