sirji is there anything we cam do to make this project like a real evm, i mean after voting the pushbuttons won't work unless you press a key from your side to make it work furthur
Dear Sir, I have observed that the lines of code referring to ports A0 to A3 seem to be unnecessary since these ports are designated as input ports. Could you please clarify the purpose of including commands related to these ports? Thank you. digitalWrite(sw1, HIGH); digitalWrite(sw2, HIGH); digitalWrite(sw3, HIGH); diigitalWrite(sw4, HIGH); digitalWrite(sw5, HIGH);
Sure, I'd be happy to help clarify. Including commands related to ports A0 to A3, even if they are designated as input ports, might still serve a purpose depending on the context of the code. Here are a few reasons why these commands might be included: Initialization: Even though the ports are designated as input ports, they may still need to be initialized properly at the beginning of the program. This could involve setting them to a certain state or configuring them for specific functionalities. Monitoring or Reading: While the ports may primarily be used for input, there could be sections of the code where their current state or values need to be monitored or read. For example, they might be polled periodically to check for changes or specific conditions. Debugging or Logging: Commands related to these ports might be included for debugging or logging purposes. They could be used to output information about the state of the ports during runtime, which can be helpful for troubleshooting or understanding the behavior of the program.
sirji is there anything we cam do to make this project like a real evm, i mean after voting the pushbuttons won't work unless you press a key from your side to make it work furthur
Yes
Any help WhatsApp 7007651787
Which software used for this
hello sir project is working but voting nhi hoo rha
sirf 0,0,0 dikha rhe
Hello check your circuit code and circuit is working
If any problem send me video on WhatsApp+917007651787
Dear Sir,
I have observed that the lines of code referring to ports A0 to A3 seem to be unnecessary since these ports are designated as input ports. Could you please clarify the purpose of including commands related to these ports?
Thank you. digitalWrite(sw1, HIGH);
digitalWrite(sw2, HIGH);
digitalWrite(sw3, HIGH);
diigitalWrite(sw4, HIGH);
digitalWrite(sw5, HIGH);
Sure, I'd be happy to help clarify. Including commands related to ports A0 to A3, even if they are designated as input ports, might still serve a purpose depending on the context of the code. Here are a few reasons why these commands might be included:
Initialization: Even though the ports are designated as input ports, they may still need to be initialized properly at the beginning of the program. This could involve setting them to a certain state or configuring them for specific functionalities.
Monitoring or Reading: While the ports may primarily be used for input, there could be sections of the code where their current state or values need to be monitored or read. For example, they might be polled periodically to check for changes or specific conditions.
Debugging or Logging: Commands related to these ports might be included for debugging or logging purposes. They could be used to output information about the state of the ports during runtime, which can be helpful for troubleshooting or understanding the behavior of the program.
Hello sir, can you make this project with codeblocks?
No block
@@eazytronic9394
Have you tried it?