Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 662 Bytes

File metadata and controls

11 lines (9 loc) · 662 Bytes

SMS_Arduino

Code for our Arduino SMS machine project.

Structure: All code for components is in the folder /src/. The /src/main/ folder holds the code of the final project - as it is loaded onto the Arduino Mega. Important documents are stored in /docs.

Setup

  • Setup your own Arduino Mega according to the wiring diagram.
  • Copy libraries stored in /src/libraries/ into the correct Arduino libraries folder.
  • Load the code stored in /src/main/ onto the Arduino Mega.
  • Start the Arduino and try it out.