You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
######### Update register Address and value #########
6
+
[int]$UpdateRegisterAddress=0x0C
7
+
[int]$UpdateValue=0xFF# for what I understood, it can be any value " A write operation of any 8-bit value to the Update Column Register is required to update the Data Registers"
8
+
9
+
Set-I2CRegister-Device $Device-Register $Register-Data $Value#Write the value
0 commit comments