Closed jerryneedell closed 3 years ago
addresses #65 add argument for passing ts_cs, sd_cs, neopixel_pin as arguments keep defaults as expected.
tested default settings with feather_stm32f405_express tested non-standard settings with umfeathers2
kbd_featherwing = keyboard_featherwing.KeyboardFeatherwing(cs=board.IO1,dc=board.IO3,ts_cs=boar> sd_cs=board.IO33,neopixel_pin=board.IO7)
I had to disable pylint (too-many-arguments)
addresses #65 add argument for passing ts_cs, sd_cs, neopixel_pin as arguments keep defaults as expected.
tested default settings with feather_stm32f405_express tested non-standard settings with umfeathers2
I had to disable pylint (too-many-arguments)