avr: fixed definitions to use updated LED module.
This commit is contained in:
@@ -77,12 +77,13 @@
|
||||
; ---------------------------------------------------------------------------
|
||||
; LED module
|
||||
|
||||
.equ LED_SIMPLE_ONTIME = 1 ; shorter
|
||||
.equ LED_SIMPLE_OFFTIME = 50 ; longer
|
||||
.equ LED_SIMPLE_DDR = DDRB
|
||||
.equ LED_SIMPLE_PORT = PORTB
|
||||
.equ LED_SIMPLE_PORTIN = PINB
|
||||
.equ LED_SIMPLE_PINNUM = PORTB0
|
||||
.equ LED1_DEFAULT_ONTIME = 1 ; shorter
|
||||
.equ LED1_DEFAULT_OFFTIME = 99 ; longer
|
||||
.equ LED1_DEFAULT_REPEATS = 0 ; continous
|
||||
.equ LED1_DDR = DDRB
|
||||
.equ LED1_PORT = PORTB
|
||||
.equ LED1_PORTIN = PINB
|
||||
.equ LED1_PINNUM = PORTB0
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user