Skip to content

Commit

Permalink
Fixes typo on VHI setting for the PIRT.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgreenberg committed Feb 11, 2024
1 parent 02c7274 commit 20726b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oresat_cfc/drivers/pirt1280.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def enable(self):
self._write_16b_reg(Pirt1280Register.ROFF0.value, 8)
self._write_16b_reg(Pirt1280Register.COFF0.value, 8)
self._write_16b_reg(Pirt1280Register.HB0.value, 32)
self._write_8b_reg(Pirt1280Register.VHI.value, 224)
self._write_8b_reg(Pirt1280Register.VHI.value, 244)
self._write_8b_reg(Pirt1280Register.VLO.value, 68)

# output mode 1
Expand Down

0 comments on commit 20726b8

Please sign in to comment.