This repository contains the demos that were presented to IEEE, ACM, & CubeCats's collaborative informational meeting. This presentation was presented by me, Nathan Nguyen, on March 1st 2023. If you have any questions regarding arduino after this meeting, email me at [email protected].
-
Arduino_sections: The arduino sections directory contain the first 3 sections of the presentation, which introduces setup, variable declarations and control flow.
-
Factorial: Factorial is an example of recursion in Arduino C.
-
Read/Write eeprom: Both files are showing the capabilities of eeprom in arduino.
-
Humidity sensor: An quick example of how wiring works and using sensors in an arduino project.