'**************************************************************** '* Name : UNTITLED.BAS * '* Author : N.Kloppenburg * '* Notice : Copyright (c) 2009 Technojunk.nl * '* : All Rights Reserved * '* Date : 11-10-2009 * '* Version : 1.0 * '* Notes : * '* : * '**************************************************************** DEVICE 16F628A ;Gebruik een 16F628A type CONFIG INTRC_OSC_NOCLKOUT, WDT_OFF, PWRTE_ON, LVP_OFF, MCLRE_OFF ALL_DIGITAL TRUE ;Alle ingangen digitaal symbol S1 = portb.0 symbol S2 = portb.1 symbol S3 = portb.2 symbol S4 = portb.3 symbol LED1 = portA.0 symbol LED2 = portA.1 symbol LED3 = porta.2 dim teller as word dim teller1 as word SYMBOL Aan = 0 symbol Uit = 1 ; 76543210 <<