Skip to content

Commit 26eb5e3

Browse files
committed
Merge branch 'main' into cp7_PulseOut
2 parents f4de200 + 7db7f00 commit 26eb5e3

314 files changed

Lines changed: 475 additions & 71 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

3D_Printed_LED_Microphone_Flag/3D_Printed_LED_Microphone_Flag.py renamed to 3D_Printed_LED_Microphone_Flag/code.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ def get_unique_pins():
3030
if bit_clock_pin is word_select_pin or bit_clock_pin is data_pin or word_select_pin\
3131
is data_pin:
3232
continue
33+
if is_hardware_i2s(bit_clock_pin, word_select_pin, data_pin):
34+
print("Bit clock pin:", bit_clock_pin, "\t Word select pin:", word_select_pin,
35+
"\t Data pin:", data_pin)
3336
else:
34-
if is_hardware_i2s(bit_clock_pin, word_select_pin, data_pin):
35-
print("Bit clock pin:", bit_clock_pin, "\t Word select pin:", word_select_pin,
36-
"\t Data pin:", data_pin)
37-
else:
38-
pass
37+
pass

Adafruit_Prop_Maker_FeatherWing/Prop_Maker_3W_LED_Simpletest.py renamed to Adafruit_Prop_Maker_FeatherWing/Prop_Maker_3W_LED_Simpletest/code.py

File renamed without changes.

Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest.py renamed to Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/code.py

File renamed without changes.

Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Audio_Simpletest.py renamed to Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Audio_Simpletest/code.py

File renamed without changes.

Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest.py renamed to Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/code.py

File renamed without changes.

0 commit comments

Comments
 (0)