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
Commits
64f0853a
Commit
64f0853a
authored
2 years ago
by
Gijs Schoonderbeek
Browse files
Options
Downloads
Patches
Plain Diff
Moved classes to lib file, modified EEPROM writing
parent
d29f15e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
APSPU_I2C.py
+19
-4
19 additions, 4 deletions
APSPU_I2C.py
with
19 additions
and
4 deletions
APSPU_I2C.py
+
19
−
4
View file @
64f0853a
...
...
@@ -14,10 +14,25 @@ CTR_POLS = {"CTR_LBA" : 0x3C,
"
CTR_RCU2_A
"
:
0x3D
,
"
CTR_RCU2_D
"
:
0x3E
}
VOUT_POLS
=
{
"
CTR_LBA
"
:
8.0
,
"
CTR_RCU2_A
"
:
5.60009765625
,
"
CTR_RCU2_D
"
:
3.2998046875
}
LP_VIN
=
0x88
#
LP_VOUT_MODE
=
0x20
LP_VOUT
=
0x8B
#
LP_temp
=
0x8D
#
LP_IOUT
=
0x8C
LP_VOUT_COMMAND
=
0x21
LP_VOUT_TRIM
=
0x22
LP_VOUT_MAX
=
0x24
LP_VOUT_SCALE_LOOP
=
0x29
LP_VOUT_SCALE_MON
=
0x2A
LP_VOUT_OV_LIMIT
=
0x40
LP_VOUT_UV_LIMIT
=
0x44
LP_STORE_USER_ALL
=
0x15
LP_ON_OFF_CONFIG
=
0x02
LP_OPERATION
=
0x01
###################################
# Central I2C Devices
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment