Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisib committed Jan 6, 2025
1 parent 951b89c commit 5a5fde8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions software/firmware/experimental/clocks/ds3231.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
from micropython import const

# fmt: off
DATETIME_REG = const(0) # 7 bytes
ALARM1_REG = const(7) # 5 bytes
ALARM2_REG = const(11) # 4 bytes
DATETIME_REG = const(0) # 7 bytes
ALARM1_REG = const(7) # 5 bytes
ALARM2_REG = const(11) # 4 bytes
CONTROL_REG = const(14)
STATUS_REG = const(15)
AGING_REG = const(16)
TEMPERATURE_REG = const(17) # 2 bytes
TEMPERATURE_REG = const(17) # 2 bytes
# fmt: on


Expand Down

0 comments on commit 5a5fde8

Please sign in to comment.