Page 1 of 1

we are using pic18f452. I need the code in assembler language and also can you draw the circuit schema where should I co

Posted: Mon May 09, 2022 8:02 am
by answerhappygod
we are using pic18f452. I need the code in assembler language and also can you draw the circuit schema where should I connect on pic. thank you so much.
We Are Using Pic18f452 I Need The Code In Assembler Language And Also Can You Draw The Circuit Schema Where Should I Co 1
We Are Using Pic18f452 I Need The Code In Assembler Language And Also Can You Draw The Circuit Schema Where Should I Co 1 (114.51 KiB) Viewed 23 times
3 buttons will be connected to A0, A1, A2 pins. 3 LEDs will be connected to the B5, B6, B7 pins. After the circuit is energized, the pic will wait for commands from the user. If the user has pressed the AO button, the B5 led will flash and the program will be terminated. If the user has pressed the A1 button, the B6 led will flash and the program will be terminated. If the user has pressed the A2 button, the B7 led will flash and the program will be terminated.