Fix some issues if you don't define some things

This commit is contained in:
Kyle Brown
2019-03-09 11:29:45 -08:00
parent 1a06e0ed72
commit efb642c374
5 changed files with 15 additions and 4 deletions

View File

@@ -10,3 +10,4 @@ class Firmware(_Firmware):
row_pins = (P.TX, P.RX, P.SDA, P.SCL, P.D13, P.D12, P.D11, P.D10)
diode_orientation = DiodeOrientation.COLUMNS
rgb_pixel_pin = board.D9
rgb_num_pixels = 12