Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename simpletest.py -> si4713_simpletest.py; tweak whitespace per py…
…lint
  • Loading branch information
Brennen Bearnes committed Aug 16, 2018
commit 44a67a5bd29e5691c16395b086c61c0af0019bc6
2 changes: 1 addition & 1 deletion adafruit_si4713.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def __init__(self, i2c, *, address=_SI4710_ADDR1, reset=None, timeout_s=0.1):
if self._reset is not None:
self._reset.switch_to_output(value=True)

# Toggle reset line low to reset the chip and then wait a bit for
# Toggle reset line low to reset the chip and then wait a bit for
# startup - this is necessary before initializing as an i2c device
# on at least the Raspberry Pi, and potentially elsewhere:
self._reset.value = True
Expand Down
1 change: 0 additions & 1 deletion examples/simpletest.py → examples/si4713_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import adafruit_si4713


# Specify the FM frequency to transmit on in kilohertz. As the datasheet
# mentions you can only specify 50khz steps!
FREQUENCY_KHZ = 102300 # 102.300mhz
Expand Down