Question: Develop a program in C and upload it into your Arduino Mega 2560 board to implement a simple credit card management system. The Arduino Mega



Develop a program in C and upload it into your Arduino Mega 2560 board to implement a simple credit card management system. The Arduino Mega 2560 should interact with the user via the Serial Monitor. The program should do as described below. An example is given after the following description 1. Display the following information on the Serial Monitor: Unit code and title, your name, your student ID 2. Set Pins 14 to 21 of Arduino Mega board as inputs. Enable the internal pull-up resistor for each of these pins. 3. Prompt the user to select one of the following options: Add New Account 2. Account Information 3. Deposit Funds 4. Withdraw Funds //assume we will have maximum 10 accounts Name, Card Number, Expiry Date, Password //Based on Card Number Based on Card Number 4. Receive the user's selection via the Serial Monitor, e.g. 1, 2,. or 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
