An Arduino-based embedded simulation of the cpp_banking system. Features keypad input, LCD output, EEPROM storage, and a menu-driven ATM system. A simple banking system built in C++ that supports account management and basic transactions using file handling.
- User authentication system
- ATM operations simulation
- Keypad input handling
- LCD display interface handling
- EEPROM-based data storage
- Modular embedded system design
g++ main.cpp ATM.cpp -o atm_app
./atm_app