fix(stress): Keep the SSD and USB jobs alive for the whole soak
qfx5252-stress-usb was started with --runtime 60. It finished a minute into an overnight run and the USB path sat idle for the rest of the night - nothing failed, nothing said so, and the log looked complete. SSD had the same shape at --runtime 3600. Both are now 86400, and the BMC DDR memtester drops its loop count so it runs until stopped. 86400 is 24h, not forever. Past that SSD and USB die quietly and the only clue is the shorter bgctl list Script B already prints each round. Said so in the version history, the release notes and ARCHITECTURE. Adds blanton_multiphase_margin.sh: the multiphase controllers on both switch boards over the native i2c buses (SWB0 on i2c-13/15, SWB1 on -14/-16), 19 rails each. high3/low3/comboA/comboB set voltages and print one line per rail; save commits them and prints Multiphase Save All, because that list has no per-rail mapping to report against. Two hazards it carries: save is STORE_USER_ALL and permanent, and these are NOT the LTC2980s margin.sh drives - the two tools reach the same rails from opposite sides with no interlock between them. The emitted commands were diffed against tools/Multiphase_*.txt: argv identical for all five. The rail-to-netname mapping was cross-checked against the bus numbers rather than trusted by line position - blocks 1..19 are all bus 13/15 and 20..38 all 14/16, matching the SWB0/SWB1 split of Multiphase_Netname. blanton_traffic_linespeed v0.7.0 appends PatternRandom=yes to every tx including ce0, and the defaults become tx 200 length=324. A fixed pattern can sit on a benign bit sequence for a whole run; a changing one is what exposes a weak lane. -r no forces fixed, -r "" omits the argument for an SDK that will not take it. Bytes per burst went 51200 -> 64800, so absolute counter totals do not carry across this build - the pair cross-check that decides PASS/FAIL does. Script A -> V1.1.5. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014RetWKFZFG1ZHcitQAyhwM
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
SWB0_0V9_ANLG0
|
||||
SWB0_0V9_ANLG1
|
||||
SWB0_0V75_ANLG0
|
||||
SWB0_0V75_ANLG1
|
||||
SWB0_PHYTILE_P0
|
||||
SWB0_PHYTILE_P1
|
||||
SWB0_PHYTILE_P2
|
||||
SWB0_PHYTILE_P3
|
||||
SWB0_PHYTILE_P4
|
||||
SWB0_PHYTILE_P5
|
||||
SWB0_PHYTILE_P6
|
||||
SWB0_PHYTILE_P7
|
||||
SWB0_PVDD1V5_CNDR0
|
||||
SWB0_PVDD1V5_CNDR1
|
||||
SWB0_PVDDA_PHYT0
|
||||
SWB0_PVDDA_PHYT1
|
||||
SWB0_PVDDA_PHYT2
|
||||
SWB0_PVDDA_PHYT3
|
||||
SWB0_TH6_CORE
|
||||
|
||||
|
||||
SWB1_0V9_ANLG0
|
||||
SWB1_0V9_ANLG1
|
||||
SWB1_0V75_ANLG0
|
||||
SWB1_0V75_ANLG1
|
||||
SWB1_PHYTILE_P0
|
||||
SWB1_PHYTILE_P1
|
||||
SWB1_PHYTILE_P2
|
||||
SWB1_PHYTILE_P3
|
||||
SWB1_PHYTILE_P4
|
||||
SWB1_PHYTILE_P5
|
||||
SWB1_PHYTILE_P6
|
||||
SWB1_PHYTILE_P7
|
||||
SWB1_PVDD1V5_CNDR0
|
||||
SWB1_PVDD1V5_CNDR1
|
||||
SWB1_PVDDA_PHYT0
|
||||
SWB1_PVDDA_PHYT1
|
||||
SWB1_PVDDA_PHYT2
|
||||
SWB1_PVDDA_PHYT3
|
||||
SWB1_TH6_CORE
|
||||
@@ -0,0 +1,48 @@
|
||||
i2cset -f -y 13 0x25 0x00 0
|
||||
i2cset -f -y 13 0x25 0x15
|
||||
i2cset -f -y 15 0x26 0x00 0
|
||||
i2cset -f -y 15 0x26 0x15
|
||||
i2cset -f -y 13 0x25 0x00 0
|
||||
i2cset -f -y 13 0x25 0x15
|
||||
i2cset -f -y 15 0x26 0x00 0
|
||||
i2cset -f -y 15 0x26 0x15
|
||||
i2cset -f -y 13 0x21 0x00 0
|
||||
i2cset -f -y 13 0x21 0x15
|
||||
i2cset -f -y 13 0x22 0x00 0
|
||||
i2cset -f -y 13 0x22 0x15
|
||||
i2cset -f -y 15 0x23 0x00 0
|
||||
i2cset -f -y 15 0x23 0x15
|
||||
i2cset -f -y 15 0x24 0x00 0
|
||||
i2cset -f -y 15 0x24 0x15
|
||||
i2cset -f -y 13 0x29 0x00 0
|
||||
i2cset -f -y 13 0x29 0x15
|
||||
i2cset -f -y 13 0x27 0x00 0
|
||||
i2cset -f -y 13 0x27 0x15
|
||||
i2cset -f -y 15 0x28 0x00 0
|
||||
i2cset -f -y 15 0x28 0x15
|
||||
i2cset -f -y 13 0x20 0x00 0
|
||||
i2cset -f -y 13 0x20 0x17
|
||||
i2cset -f -y 14 0x25 0x00 0
|
||||
i2cset -f -y 14 0x25 0x15
|
||||
i2cset -f -y 16 0x26 0x00 0
|
||||
i2cset -f -y 16 0x26 0x15
|
||||
i2cset -f -y 14 0x25 0x00 0
|
||||
i2cset -f -y 14 0x25 0x15
|
||||
i2cset -f -y 16 0x26 0x00 0
|
||||
i2cset -f -y 16 0x26 0x15
|
||||
i2cset -f -y 14 0x21 0x00 0
|
||||
i2cset -f -y 14 0x21 0x15
|
||||
i2cset -f -y 14 0x22 0x00 0
|
||||
i2cset -f -y 14 0x22 0x15
|
||||
i2cset -f -y 16 0x23 0x00 0
|
||||
i2cset -f -y 16 0x23 0x15
|
||||
i2cset -f -y 16 0x24 0x00 0
|
||||
i2cset -f -y 16 0x24 0x15
|
||||
i2cset -f -y 14 0x29 0x00 0
|
||||
i2cset -f -y 14 0x29 0x15
|
||||
i2cset -f -y 14 0x27 0x00 0
|
||||
i2cset -f -y 14 0x27 0x15
|
||||
i2cset -f -y 16 0x28 0x00 0
|
||||
i2cset -f -y 16 0x28 0x15
|
||||
i2cset -f -y 14 0x20 0x00 0
|
||||
i2cset -f -y 14 0x20 0x17
|
||||
@@ -0,0 +1,188 @@
|
||||
//0.930V
|
||||
i2cset -f -y 13 0x25 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x25 0x21 0x89 0x00
|
||||
i2cset -f -y 13 0x25 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x25 0x0D 0x34 0x11
|
||||
//0.930V
|
||||
i2cset -f -y 15 0x26 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x26 0x21 0x89 0x00
|
||||
i2cset -f -y 15 0x26 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x26 0x0D 0x34 0x11
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x25 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x25 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x25 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x25 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x26 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x26 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x26 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x26 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x21 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x21 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x21 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x21 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x21 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x21 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x21 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x21 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x22 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x22 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x22 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x22 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x22 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x22 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x22 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x22 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x23 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x23 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x23 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x23 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x23 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x23 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x23 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x23 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x24 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x24 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x24 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x24 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x24 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x24 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x24 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x24 0x1D 0x0A 0x06
|
||||
//1.545V
|
||||
i2cset -f -y 13 0x29 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x29 0x21 0x04 0x01
|
||||
i2cset -f -y 13 0x29 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x29 0x0D 0x91 0x20
|
||||
//1.545V
|
||||
i2cset -f -y 13 0x29 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x29 0x21 0x04 0x01
|
||||
i2cset -f -y 13 0x29 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x29 0x1D 0x49 0x10
|
||||
//0.745V
|
||||
i2cset -f -y 13 0x27 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x27 0x21 0x64 0x00
|
||||
i2cset -f -y 13 0x27 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x27 0x0D 0x94 0x0C
|
||||
//0.745V
|
||||
i2cset -f -y 13 0x27 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x27 0x21 0x64 0x00
|
||||
i2cset -f -y 13 0x27 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x27 0x1D 0x4C 0x06
|
||||
//0.745V
|
||||
i2cset -f -y 15 0x28 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x28 0x21 0x64 0x00
|
||||
i2cset -f -y 15 0x28 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x28 0x0D 0x94 0x0C
|
||||
//0.745V
|
||||
i2cset -f -y 15 0x28 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x28 0x21 0x64 0x00
|
||||
i2cset -f -y 15 0x28 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x28 0x1D 0x4C 0x06
|
||||
//0.885V
|
||||
i2cset -f -y 13 0x20 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x20 0x21 0x62 0x01
|
||||
|
||||
|
||||
//0.930V
|
||||
i2cset -f -y 14 0x25 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x25 0x21 0x89 0x00
|
||||
i2cset -f -y 14 0x25 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x25 0x0D 0x34 0x11
|
||||
//0.930V
|
||||
i2cset -f -y 16 0x26 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x26 0x21 0x89 0x00
|
||||
i2cset -f -y 16 0x26 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x26 0x0D 0x34 0x11
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x25 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x25 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x25 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x25 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x26 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x26 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x26 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x26 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x21 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x21 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x21 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x21 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x21 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x21 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x21 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x21 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x22 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x22 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x22 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x22 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x22 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x22 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x22 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x22 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x23 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x23 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x23 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x23 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x23 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x23 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x23 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x23 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x24 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x24 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x24 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x24 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x24 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x24 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x24 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x24 0x1D 0x0A 0x06
|
||||
//1.545V
|
||||
i2cset -f -y 14 0x29 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x29 0x21 0x04 0x01
|
||||
i2cset -f -y 14 0x29 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x29 0x0D 0x91 0x20
|
||||
//1.545V
|
||||
i2cset -f -y 14 0x29 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x29 0x21 0x04 0x01
|
||||
i2cset -f -y 14 0x29 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x29 0x1D 0x49 0x10
|
||||
//0.745V
|
||||
i2cset -f -y 14 0x27 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x27 0x21 0x64 0x00
|
||||
i2cset -f -y 14 0x27 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x27 0x0D 0x94 0x0C
|
||||
//0.745V
|
||||
i2cset -f -y 14 0x27 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x27 0x21 0x64 0x00
|
||||
i2cset -f -y 14 0x27 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x27 0x1D 0x4C 0x06
|
||||
//0.745V
|
||||
i2cset -f -y 16 0x28 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x28 0x21 0x64 0x00
|
||||
i2cset -f -y 16 0x28 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x28 0x0D 0x94 0x0C
|
||||
//0.745V
|
||||
i2cset -f -y 16 0x28 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x28 0x21 0x64 0x00
|
||||
i2cset -f -y 16 0x28 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x28 0x1D 0x4C 0x06
|
||||
//0.885V
|
||||
i2cset -f -y 14 0x20 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x20 0x21 0x62 0x01
|
||||
@@ -0,0 +1,188 @@
|
||||
//0.870V
|
||||
i2cset -f -y 13 0x25 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x25 0x21 0x7D 0x00
|
||||
i2cset -f -y 13 0x25 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x25 0x0D 0xB4 0x0F
|
||||
//0.870V
|
||||
i2cset -f -y 15 0x26 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x26 0x21 0x7D 0x00
|
||||
i2cset -f -y 15 0x26 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x26 0x0D 0xB4 0x0F
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x25 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x25 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x25 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x25 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x26 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x26 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x26 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x26 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x21 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x21 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x21 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x21 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x21 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x21 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x21 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x21 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x22 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x22 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x22 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x22 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x22 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x22 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x22 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x22 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x23 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x23 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x23 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x23 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x23 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x23 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x23 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x23 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x24 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x24 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x24 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x24 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x24 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x24 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x24 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x24 0x1D 0xAA 0x06
|
||||
//1.455V
|
||||
i2cset -f -y 13 0x29 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x29 0x21 0xF2 0x00
|
||||
i2cset -f -y 13 0x29 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x29 0x0D 0x51 0x1E
|
||||
//1.455V
|
||||
i2cset -f -y 13 0x29 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x29 0x21 0xF2 0x00
|
||||
i2cset -f -y 13 0x29 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x29 0x1D 0x29 0x0F
|
||||
//0.695V
|
||||
i2cset -f -y 13 0x27 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x27 0x21 0x5A 0x00
|
||||
i2cset -f -y 13 0x27 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x27 0x0D 0x54 0x0B
|
||||
//0.695V
|
||||
i2cset -f -y 13 0x27 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x27 0x21 0x5A 0x00
|
||||
i2cset -f -y 13 0x27 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x27 0x1D 0xAC 0x05
|
||||
//0.695V
|
||||
i2cset -f -y 15 0x28 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x28 0x21 0x5A 0x00
|
||||
i2cset -f -y 15 0x28 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x28 0x0D 0x54 0x0B
|
||||
//0.695V
|
||||
i2cset -f -y 15 0x28 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x28 0x21 0x5A 0x00
|
||||
i2cset -f -y 15 0x28 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x28 0x1D 0xAC 0x05
|
||||
//0.753V
|
||||
i2cset -f -y 13 0x20 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x20 0x21 0x2D 0x01
|
||||
|
||||
|
||||
//0.870V
|
||||
i2cset -f -y 14 0x25 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x25 0x21 0x7D 0x00
|
||||
i2cset -f -y 14 0x25 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x25 0x0D 0xB4 0x0F
|
||||
//0.870V
|
||||
i2cset -f -y 16 0x26 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x26 0x21 0x7D 0x00
|
||||
i2cset -f -y 16 0x26 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x26 0x0D 0xB4 0x0F
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x25 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x25 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x25 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x25 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x26 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x26 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x26 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x26 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x21 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x21 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x21 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x21 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x21 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x21 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x21 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x21 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x22 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x22 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x22 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x22 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x22 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x22 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x22 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x22 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x23 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x23 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x23 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x23 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x23 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x23 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x23 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x23 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x24 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x24 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x24 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x24 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x24 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x24 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x24 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x24 0x1D 0xAA 0x06
|
||||
//1.455V
|
||||
i2cset -f -y 14 0x29 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x29 0x21 0xF2 0x00
|
||||
i2cset -f -y 14 0x29 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x29 0x0D 0x51 0x1E
|
||||
//1.455V
|
||||
i2cset -f -y 14 0x29 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x29 0x21 0xF2 0x00
|
||||
i2cset -f -y 14 0x29 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x29 0x1D 0x29 0x0F
|
||||
//0.695V
|
||||
i2cset -f -y 14 0x27 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x27 0x21 0x5A 0x00
|
||||
i2cset -f -y 14 0x27 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x27 0x0D 0x54 0x0B
|
||||
//0.695V
|
||||
i2cset -f -y 14 0x27 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x27 0x21 0x5A 0x00
|
||||
i2cset -f -y 14 0x27 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x27 0x1D 0xAC 0x05
|
||||
//0.695V
|
||||
i2cset -f -y 16 0x28 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x28 0x21 0x5A 0x00
|
||||
i2cset -f -y 16 0x28 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x28 0x0D 0x54 0x0B
|
||||
//0.695V
|
||||
i2cset -f -y 16 0x28 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x28 0x21 0x5A 0x00
|
||||
i2cset -f -y 16 0x28 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x28 0x1D 0xAC 0x05
|
||||
//0.753V
|
||||
i2cset -f -y 14 0x20 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x20 0x21 0x2D 0x01
|
||||
@@ -0,0 +1,188 @@
|
||||
//0.930V
|
||||
i2cset -f -y 13 0x25 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x25 0x21 0x89 0x00
|
||||
i2cset -f -y 13 0x25 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x25 0x0D 0x34 0x11
|
||||
//0.930V
|
||||
i2cset -f -y 15 0x26 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x26 0x21 0x89 0x00
|
||||
i2cset -f -y 15 0x26 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x26 0x0D 0x34 0x11
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x25 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x25 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x25 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x25 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x26 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x26 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x26 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x26 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x21 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x21 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x21 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x21 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x21 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x21 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x21 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x21 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x22 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x22 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x22 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x22 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 13 0x22 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x22 0x21 0x6A 0x00
|
||||
i2cset -f -y 13 0x22 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x22 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x23 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x23 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x23 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x23 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x23 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x23 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x23 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x23 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x24 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x24 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x24 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x24 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 15 0x24 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x24 0x21 0x6A 0x00
|
||||
i2cset -f -y 15 0x24 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x24 0x1D 0xAA 0x06
|
||||
//1.545V
|
||||
i2cset -f -y 13 0x29 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x29 0x21 0x04 0x01
|
||||
i2cset -f -y 13 0x29 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x29 0x0D 0x91 0x20
|
||||
//1.545V
|
||||
i2cset -f -y 13 0x29 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x29 0x21 0x04 0x01
|
||||
i2cset -f -y 13 0x29 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x29 0x1D 0x49 0x10
|
||||
//0.745V
|
||||
i2cset -f -y 13 0x27 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x27 0x21 0x64 0x00
|
||||
i2cset -f -y 13 0x27 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x27 0x0D 0x94 0x0C
|
||||
//0.745V
|
||||
i2cset -f -y 13 0x27 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x27 0x21 0x64 0x00
|
||||
i2cset -f -y 13 0x27 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x27 0x1D 0x4C 0x06
|
||||
//0.745V
|
||||
i2cset -f -y 15 0x28 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x28 0x21 0x64 0x00
|
||||
i2cset -f -y 15 0x28 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x28 0x0D 0x94 0x0C
|
||||
//0.745V
|
||||
i2cset -f -y 15 0x28 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x28 0x21 0x64 0x00
|
||||
i2cset -f -y 15 0x28 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x28 0x1D 0x4C 0x06
|
||||
//0.885V
|
||||
i2cset -f -y 13 0x20 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x20 0x21 0x62 0x01
|
||||
|
||||
|
||||
//0.930V
|
||||
i2cset -f -y 14 0x25 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x25 0x21 0x89 0x00
|
||||
i2cset -f -y 14 0x25 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x25 0x0D 0x34 0x11
|
||||
//0.930V
|
||||
i2cset -f -y 16 0x26 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x26 0x21 0x89 0x00
|
||||
i2cset -f -y 16 0x26 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x26 0x0D 0x34 0x11
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x25 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x25 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x25 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x25 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x26 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x26 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x26 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x26 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x21 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x21 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x21 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x21 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x21 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x21 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x21 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x21 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x22 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x22 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x22 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x22 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 14 0x22 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x22 0x21 0x6A 0x00
|
||||
i2cset -f -y 14 0x22 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x22 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x23 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x23 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x23 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x23 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x23 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x23 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x23 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x23 0x1D 0xAA 0x06
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x24 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x24 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x24 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x24 0x0D 0x52 0x0D
|
||||
//0.775V
|
||||
i2cset -f -y 16 0x24 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x24 0x21 0x6A 0x00
|
||||
i2cset -f -y 16 0x24 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x24 0x1D 0xAA 0x06
|
||||
//1.545V
|
||||
i2cset -f -y 14 0x29 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x29 0x21 0x04 0x01
|
||||
i2cset -f -y 14 0x29 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x29 0x0D 0x91 0x20
|
||||
//1.545V
|
||||
i2cset -f -y 14 0x29 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x29 0x21 0x04 0x01
|
||||
i2cset -f -y 14 0x29 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x29 0x1D 0x49 0x10
|
||||
//0.745V
|
||||
i2cset -f -y 14 0x27 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x27 0x21 0x64 0x00
|
||||
i2cset -f -y 14 0x27 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x27 0x0D 0x94 0x0C
|
||||
//0.745V
|
||||
i2cset -f -y 14 0x27 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x27 0x21 0x64 0x00
|
||||
i2cset -f -y 14 0x27 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x27 0x1D 0x4C 0x06
|
||||
//0.745V
|
||||
i2cset -f -y 16 0x28 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x28 0x21 0x64 0x00
|
||||
i2cset -f -y 16 0x28 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x28 0x0D 0x94 0x0C
|
||||
//0.745V
|
||||
i2cset -f -y 16 0x28 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x28 0x21 0x64 0x00
|
||||
i2cset -f -y 16 0x28 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x28 0x1D 0x4C 0x06
|
||||
//0.885V
|
||||
i2cset -f -y 14 0x20 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x20 0x21 0x62 0x01
|
||||
@@ -0,0 +1,188 @@
|
||||
//0.870V
|
||||
i2cset -f -y 13 0x25 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x25 0x21 0x7D 0x00
|
||||
i2cset -f -y 13 0x25 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x25 0x0D 0xB4 0x0F
|
||||
//0.870V
|
||||
i2cset -f -y 15 0x26 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x26 0x21 0x7D 0x00
|
||||
i2cset -f -y 15 0x26 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x26 0x0D 0xB4 0x0F
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x25 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x25 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x25 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x25 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x26 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x26 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x26 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x26 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x21 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x21 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x21 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x21 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x21 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x21 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x21 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x21 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x22 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x22 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x22 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x22 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 13 0x22 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x22 0x21 0x60 0x00
|
||||
i2cset -f -y 13 0x22 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x22 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x23 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x23 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x23 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x23 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x23 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x23 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x23 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x23 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x24 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x24 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x24 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x24 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 15 0x24 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x24 0x21 0x60 0x00
|
||||
i2cset -f -y 15 0x24 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x24 0x1D 0x0A 0x06
|
||||
//1.455V
|
||||
i2cset -f -y 13 0x29 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x29 0x21 0xF2 0x00
|
||||
i2cset -f -y 13 0x29 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x29 0x0D 0x51 0x1E
|
||||
//1.455V
|
||||
i2cset -f -y 13 0x29 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x29 0x21 0xF2 0x00
|
||||
i2cset -f -y 13 0x29 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x29 0x1D 0x29 0x0F
|
||||
//0.695V
|
||||
i2cset -f -y 13 0x27 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x27 0x21 0x5A 0x00
|
||||
i2cset -f -y 13 0x27 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x27 0x0D 0x54 0x0B
|
||||
//0.695V
|
||||
i2cset -f -y 13 0x27 0x00 1
|
||||
i2ctransfer -f -y 13 w3@0x27 0x21 0x5A 0x00
|
||||
i2cset -f -y 13 0x27 0x00 2
|
||||
i2ctransfer -f -y 13 w3@0x27 0x1D 0xAC 0x05
|
||||
//0.695V
|
||||
i2cset -f -y 15 0x28 0x00 0
|
||||
i2ctransfer -f -y 15 w3@0x28 0x21 0x5A 0x00
|
||||
i2cset -f -y 15 0x28 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x28 0x0D 0x54 0x0B
|
||||
//0.695V
|
||||
i2cset -f -y 15 0x28 0x00 1
|
||||
i2ctransfer -f -y 15 w3@0x28 0x21 0x5A 0x00
|
||||
i2cset -f -y 15 0x28 0x00 2
|
||||
i2ctransfer -f -y 15 w3@0x28 0x1D 0xAC 0x05
|
||||
//0.753V
|
||||
i2cset -f -y 13 0x20 0x00 0
|
||||
i2ctransfer -f -y 13 w3@0x20 0x21 0x2D 0x01
|
||||
|
||||
|
||||
//0.870V
|
||||
i2cset -f -y 14 0x25 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x25 0x21 0x7D 0x00
|
||||
i2cset -f -y 14 0x25 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x25 0x0D 0xB4 0x0F
|
||||
//0.870V
|
||||
i2cset -f -y 16 0x26 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x26 0x21 0x7D 0x00
|
||||
i2cset -f -y 16 0x26 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x26 0x0D 0xB4 0x0F
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x25 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x25 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x25 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x25 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x26 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x26 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x26 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x26 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x21 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x21 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x21 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x21 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x21 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x21 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x21 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x21 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x22 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x22 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x22 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x22 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 14 0x22 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x22 0x21 0x60 0x00
|
||||
i2cset -f -y 14 0x22 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x22 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x23 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x23 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x23 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x23 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x23 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x23 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x23 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x23 0x1D 0x0A 0x06
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x24 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x24 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x24 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x24 0x0D 0x12 0x0C
|
||||
//0.725V
|
||||
i2cset -f -y 16 0x24 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x24 0x21 0x60 0x00
|
||||
i2cset -f -y 16 0x24 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x24 0x1D 0x0A 0x06
|
||||
//1.455V
|
||||
i2cset -f -y 14 0x29 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x29 0x21 0xF2 0x00
|
||||
i2cset -f -y 14 0x29 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x29 0x0D 0x51 0x1E
|
||||
//1.455V
|
||||
i2cset -f -y 14 0x29 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x29 0x21 0xF2 0x00
|
||||
i2cset -f -y 14 0x29 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x29 0x1D 0x29 0x0F
|
||||
//0.695V
|
||||
i2cset -f -y 14 0x27 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x27 0x21 0x5A 0x00
|
||||
i2cset -f -y 14 0x27 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x27 0x0D 0x54 0x0B
|
||||
//0.695V
|
||||
i2cset -f -y 14 0x27 0x00 1
|
||||
i2ctransfer -f -y 14 w3@0x27 0x21 0x5A 0x00
|
||||
i2cset -f -y 14 0x27 0x00 2
|
||||
i2ctransfer -f -y 14 w3@0x27 0x1D 0xAC 0x05
|
||||
//0.695V
|
||||
i2cset -f -y 16 0x28 0x00 0
|
||||
i2ctransfer -f -y 16 w3@0x28 0x21 0x5A 0x00
|
||||
i2cset -f -y 16 0x28 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x28 0x0D 0x54 0x0B
|
||||
//0.695V
|
||||
i2cset -f -y 16 0x28 0x00 1
|
||||
i2ctransfer -f -y 16 w3@0x28 0x21 0x5A 0x00
|
||||
i2cset -f -y 16 0x28 0x00 2
|
||||
i2ctransfer -f -y 16 w3@0x28 0x1D 0xAC 0x05
|
||||
//0.753V
|
||||
i2cset -f -y 14 0x20 0x00 0
|
||||
i2ctransfer -f -y 14 w3@0x20 0x21 0x2D 0x01
|
||||
Reference in New Issue
Block a user