delete old GPIO module

This commit is contained in:
2025-04-16 17:45:30 +02:00
parent 5f88f094ca
commit 81eaf8127c
13 changed files with 171 additions and 2022 deletions

View File

@@ -15,7 +15,7 @@ use va108xx_hal::{
const ADT75_I2C_ADDR: u8 = 0b1001000;
pub struct Adt75TempSensor {
sensor_if: I2cMaster<pac::I2ca, SevenBitAddress>,
sensor_if: I2cMaster<SevenBitAddress>,
cmd_buf: [u8; 1],
current_reg: RegAddresses,
}