Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature currently requires accessing the site using the built-in Safari browser.
make: the target "c:\microcontroladores\a\prueba quemadora.o" is up to date.
make: the target "c:\microcontroladores\a\prueba quemadora.cof" is out of date.
executing: "c:\archivos de programa\microchip\mpasm suite\_mplink.exe" "prueba quemadora.o" /z__mplab_build=1 /z__mplab_debug=1 /o"prueba quemadora.cof" /m"prueba quemadora.map" /w /x
mplink 4.35, linker
copyright (c) 2009 microchip technology inc.
error - linker command file required.
errors : 1
include <P16F84A.INC>
relay EQU 0X26
relay2 EQU 0X27
relay3 EQU 0X28
org 00
bcf status,RP0;
movlw B'00000000'
movwf PORTB
clrf PORTB
inicio BSF PORTB,1
giro RLF PORTB
CALL retardo
retardo MOVLW B'11111111'
MOVWF relay
BTFSC PORTB,0
end