Skip to content
Snippets Groups Projects

Button to apply configuration for eye scans

Merged Carlo Alberto Gottardo requested to merge flx182b into master
5 files
+ 50
22
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
1
@@ -249,6 +249,7 @@ config = {
"mapping" : {
"si5345_a" : {
"comment" : "SI5345_A (U60)",
"default_preset" : "Si5345-RevD-5345EVB2_si5345a_200_to_320-Registers.txt",
"i2c_bus" : "/dev/i2c-11",
"i2c_addr" : 0x68,
# if the device is found at one of the alternative addresses,
@@ -263,6 +264,7 @@ config = {
},
"si5345_b" : {
"comment" : "SI5345_B (U59)",
"default_preset" : "Si5345-RevD-5345EVB2_si5345a_200_to_320-Registers.txt",
"i2c_bus" : "/dev/i2c-11",
"i2c_addr" : 0x69,
"i2c_addr_alt" : [0x7d],
@@ -274,7 +276,6 @@ config = {
"in_sel" : 0b00, # device in_sel pins value
},
},
"self_test" : {
"description" : "SI5345 readout",
}
Loading