-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
In example below, just change station to something with less than 8 characters.
import board, digitalio, adafruit_si4713
si_reset = digitalio.DigitalInOut(board.D10)
si4713 = adafruit_si4713.SI4713(board.I2C(), reset=si_reset, timeout_s=0.5)
si4713.tx_frequency_khz = 87500
si4713.tx_power = 115
si4713.configure_rds(0xADAF, station=b'12345678', rds_buffer=b'solid gold yacht rock')Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working