No more long queues at polling stations. I am doing a project on voting using a cell phone with a cell phone based voting machine using micro controller AT89S51. I am stuck at writing a code for this project.
No more long queues at polling stations. I am doing a project on voting using a cell phone with a cell phone based voting machine using micro controller AT89S51. I am stuck at writing a code for this project.
You might use Flash rather than EE. EE allows random rewrite for 4x the cost. Flash allows only page (they drain the quantum wells on erase) erase, which doesn't seem to be a limitation here.
8051 is probably going to be steamin' away running this.
You should determine your basal functions, name them, and code them first.
You might use Flash rather than EE. EE allows random rewrite for 4x the cost. Flash allows only page (they drain the quantum wells on erase) erase, which doesn't seem to be a limitation here.
8051 is probably going to be steamin' away running this.
You should determine your basal functions, name them, and code them first.