Microcontroller › 8051 › combining 2 8051 microcontoller c programs into one › combining 2 8051 microcontoller c programs into one
September 5, 2015 at 4:19 am
#13265
Prabakaran P M
Participant
Hi,Combinibg two programs for some times it may be very easy task just copying one while loop syntaxes to other one. if there is no overlapping, you can just copy the syntaxes which are used for initialisation from one program to another and while contents to the while loop. Important thing you have to consider is to choose which program to be main.