names refactor

This commit is contained in:
Wolfgang Hottgenroth 2024-02-27 19:11:36 +01:00
parent 40c49b6809
commit 201a371a57

5
main.S
View File

@ -96,8 +96,13 @@ _start_load_next:
init:
;; configuration of GPIO Ports
;; BIT0: data bit
;; BIT1: output enable
;; BIT2: debug
mov.b #BIT0|BIT1|BIT2,&P1DIR
mov.b #0,&P1OUT
;; BIT4: long pulse
;; BIT1: short pulse
mov.b #BIT1|BIT4,&P2DIR
mov.b #BIT1|BIT4,&P2SEL