avr: use sk6812 in n12 device (test case).

This commit is contained in:
Martin Preuss
2024-09-18 20:23:59 +02:00
parent 9e80636acb
commit a1a64fec42
2 changed files with 86 additions and 11 deletions

View File

@@ -148,4 +148,22 @@
.equ OWI_PINNUM = PORTB2
; ---------------------------------------------------------------------------
; SK6812
.equ SK6812_DDR = DDRA
.equ SK6812_PORT = PORTA
.equ SK6812_PINNUM = PORTA5
; ---------------------------------------------------------------------------
; debug
.equ DEBUG_LED_DDR = DDRA
.equ DEBUG_LED_PORT_OUT = PORTA
.equ DEBUG_LED_PORT_IN = PINA
.equ DEBUG_LED_PINNUM = PORTA5