https://github.com/r-mageddon/rm2038_b31dg_assignment1
Assignment 1 for B31DG Embedded Software class. Creating two different waveforms on the Arduino IDE and Espressif IDF
https://github.com/r-mageddon/rm2038_b31dg_assignment1
c embedded-c embedded-software esp32 espressif visual-studio
Last synced: about 1 month ago
JSON representation
Assignment 1 for B31DG Embedded Software class. Creating two different waveforms on the Arduino IDE and Espressif IDF
- Host: GitHub
- URL: https://github.com/r-mageddon/rm2038_b31dg_assignment1
- Owner: r-mageddon
- Created: 2025-02-13T13:28:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T15:17:32.000Z (over 1 year ago)
- Last Synced: 2025-02-20T15:39:57.131Z (over 1 year ago)
- Topics: c, embedded-c, embedded-software, esp32, espressif, visual-studio
- Language: Assembly
- Homepage:
- Size: 33.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rm2038_B31DG_Assignment1
Assignment 1 for B31DG Embedded Software class. Creating two different waveforms on the Arduino IDE and Espressif IDF
Arduino/rm2038_esp32_ArduinoIDE Folder:
- Includes the .ino file for Assignment 1
Embedded_C/Esspressif_Assignment1 Folder:
- Includes the resources of the espressif IDF adapted from a blink sketch, with the main code being included in the 'blink.c' file