n16: use activity LED.

This commit is contained in:
Martin Preuss
2026-01-27 20:29:10 +01:00
parent a7cf31b1c1
commit 653e63ad34
2 changed files with 12 additions and 1 deletions

View File

@@ -48,6 +48,16 @@
; ---------------------------------------------------------------------------
; LED activity module
.equ LED_ACTIVITY_DDR = DDRA
.equ LED_ACTIVITY_PORT = PORTA
.equ LED_ACTIVITY_PORTIN = PINA
.equ LED_ACTIVITY_PINNUM = PORTA3
; ---------------------------------------------------------------------------
; COM module

View File

@@ -57,7 +57,8 @@
; firmware settings including list of modules used
#define MODULES_CLOCK
#define MODULES_LED_SIMPLE
;#define MODULES_LED_SIMPLE
#define MODULES_LED_ACTIVITY
#define MODULES_NETWORK
#define MODULES_COM2W
#define MODULES_TWI_MASTER