Skip to content

Commit

Permalink
Sende BSC_FW_Verison
Browse files Browse the repository at this point in the history
  • Loading branch information
shining-man committed Jul 6, 2024
1 parent 029cf15 commit 8a9caf7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/i2c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ void i2cInit()
BSC_LOGD(TAG,"Slave: Adr=%i",u8_mMasterSlaveId);
}
}*/


// Wenn Display verbunden
if(bo_mDisplayEnabled)
{
uint8_t fwVersion[3] = {FW_T1, FW_T2, FW_T3};
i2cSendData(I2C_DEV_ADDR_DISPLAY, BSC_DATA, BSC_FW_VERSION, 0, fwVersion, 3);
}
}

void isI2CdeviceConn()
Expand Down

0 comments on commit 8a9caf7

Please sign in to comment.