Descriptions of the terminal block
BUZZER:
The built-in buzzer with fixed frequency can be activated and deactivated in your
Programming example:
BSF
BCF
Diagnose LED (LD3):
This LED is fixed connected to an I/O of the PIC controller and can be freely programmed.
The built-in LED can be activated as follows:
Programming example:
BSF
BCF
All manuals and user guides at all-guides.com
PORTC,BUZZER
PORTC,BUZZER
PORTA,DIAGLED
PORTA,DIAGLED
;activate the buzzer
;deactivate the buzzer
;activate the led.
;activate the led.
program.
6