Closed DurandA closed 7 years ago
Close #18 with optional spi parameters bus, device and max_speed_hz. The if max_speed_hz: line is here so we can pass max_speed_hz=None and get default speed if wanted.
bus
device
max_speed_hz
if max_speed_hz:
max_speed_hz=None
Thank you! The pull request is merged.
Close #18 with optional spi parameters
bus
,device
andmax_speed_hz
. Theif max_speed_hz:
line is here so we can passmax_speed_hz=None
and get default speed if wanted.