Skip to content

Commit 44a67a5

Browse files
author
Brennen Bearnes
committed
rename simpletest.py -> si4713_simpletest.py; tweak whitespace per pylint
1 parent f72818e commit 44a67a5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

adafruit_si4713.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(self, i2c, *, address=_SI4710_ADDR1, reset=None, timeout_s=0.1):
127127
if self._reset is not None:
128128
self._reset.switch_to_output(value=True)
129129

130-
# Toggle reset line low to reset the chip and then wait a bit for
130+
# Toggle reset line low to reset the chip and then wait a bit for
131131
# startup - this is necessary before initializing as an i2c device
132132
# on at least the Raspberry Pi, and potentially elsewhere:
133133
self._reset.value = True

examples/simpletest.py renamed to examples/si4713_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import adafruit_si4713
1010

11-
1211
# Specify the FM frequency to transmit on in kilohertz. As the datasheet
1312
# mentions you can only specify 50khz steps!
1413
FREQUENCY_KHZ = 102300 # 102.300mhz

0 commit comments

Comments
 (0)