This repository contains an Arduino communication loop written in C++ as part of the Computer Systems Architecture module.
- Arduino_Communication_Loop.cpp — main communication loop code (C++)
- Omar_Fathy.ino — Arduino sketch version of the code
- Open the
.inofile in the Arduino IDE (or copy from the.cppfile). - Connect your Arduino board via USB.
- Upload the code to the board.
- Open the Serial Monitor to observe the communication loop in action.
This project demonstrates fundamental Arduino I/O communication principles for coursework.