X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fatmel.git;a=blobdiff_plain;f=beginners%2Fseason_junior.asm;h=ec5d3c180a710835163d01c37197604fe45af30b;hp=35d51d1f09b914b17b9b5bd1aa70594355f80047;hb=3a417322b847efc55440f932fbcc61382840661f;hpb=b9abd3ff7f4bb2ce8e56d3fec911968990cace60 diff --git a/beginners/season_junior.asm b/beginners/season_junior.asm index 35d51d1..ec5d3c1 100644 --- a/beginners/season_junior.asm +++ b/beginners/season_junior.asm @@ -68,6 +68,12 @@ .equ GODLIKE_F = 4 .equ INCREDIBLE_HACK = (1<<4) ; destroy all your hardware .equ INCREDIBLE_HACK_F = 5 +; leds +.equ LED_CARD = PB0 +.equ LED_CAM = PB1 +.equ LED_FWD_TO_CAM = PB2 +.equ LED_FWD_TO_CARD = PB3 +.equ LED_OVERFLOW = PB4 ; but there is only stupid and cool mode right now %) @@ -149,6 +155,11 @@ sbi UCR,TXEN ; enable pullups on int0, int1, clk, icp io ports ldi tmp,((1<