Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python_test_scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
python_test_scripts
Merge requests
!3
Apsct production
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Apsct production
apsct_production
into
master
Overview
0
Commits
19
Pipelines
0
Changes
1
Merged
Apsct production
Gijs Schoonderbeek
requested to merge
apsct_production
into
master
Feb 13, 2023
Overview
0
Commits
19
Pipelines
0
Changes
1
Changes for production testing of APSCT
0
0
Merge request reports
Viewing commit
d9fd587d
Prev
Next
Show latest version
1 file
+
5
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d9fd587d
Added I2C-switch check
· d9fd587d
Gijs Schoonderbeek
authored
Jan 10, 2023
APSCT_I2C.py
+
5
−
0
View file @ d9fd587d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -59,3 +59,8 @@ PLL_160M = 0x21
@@ -59,3 +59,8 @@ PLL_160M = 0x21
# Central I2C Devices
# Central I2C Devices
#
#
EEPROM
=
0x50
EEPROM
=
0x50
#
# I2C switch addresses
#
i2c_switch_addr
=
[
0x70
,
0x71
,
0x72
,
0x73
]
Loading