Archive of AVR / ATmega32A coursework completed during Eng. Assaf's introduction to embedded systems track (ITI). Each dated folder bundles schematics-facing code (LCD, timers, DAC, keypad assignments, motors, etc.).
Historical naming (DD-MM-YYYY_topic) preserves classroom references. Inspect any folder README or source files for peripherals used that week.
Labs were developed with AVR toolchain + IDE tooling from the cohort (Atmel Studio / Microchip toolchain). Typical flow:
git clone https://github.com/Nafe3/ATmega32A.git
cd ATmega32A/<assignment-folder>
# open .cproject/.project metadata or Makefile from courseworkNote: Scala appears in GitHub language stats due to tooling/metainfo inside Eclipse metadata — C/Assembly remain the authoring languages.
Workflow guarantees root README saturation + sanity directory presence representative of coursework depth.