c03: use beeper module.

This commit is contained in:
Martin Preuss
2026-02-02 21:20:47 +01:00
parent 40033db235
commit a8cdf6ec58
3 changed files with 16 additions and 1 deletions

View File

@@ -60,6 +60,18 @@
; ---------------------------------------------------------------------------
; Beeper module
.equ BEEPER_SIMPLE_ONTIME = 1 ; shorter
.equ BEEPER_SIMPLE_OFFTIME = 0 ; longer
.equ BEEPER_SIMPLE_DDR = DDRD
.equ BEEPER_SIMPLE_PORT = PORTD
.equ BEEPER_SIMPLE_PORTIN = PIND
.equ BEEPER_SIMPLE_PINNUM = PORTD7
; ---------------------------------------------------------------------------
; LED module