use new led modules.

This commit is contained in:
Martin Preuss
2025-08-25 10:25:53 +02:00
parent 77d3a201f5
commit 4bd462ea59
6 changed files with 46 additions and 10 deletions

View File

@@ -49,6 +49,16 @@
; ---------------------------------------------------------------------------
; LED signal module
.equ LED_SIGNAL_DDR = DDRB
.equ LED_SIGNAL_PORT = PORTB
.equ LED_SIGNAL_PORTIN = PINB
.equ LED_SIGNAL_PINNUM = PORTB2
; ---------------------------------------------------------------------------
; COM module