AVR interrupt reinvented - main-less - Bare minimal C code - nostartfiles - manual
Channel:
Subscribers:
322
Published on ● Video Link: https://www.youtube.com/watch?v=eeXfwb4sT5Q
I highly doubted that anyone knows how to code AVR interrupt without its header file in C. I have done so many months ago using very tedious and error prone manually entered interrupt table methods, but there is a simpler and easier way, and this is it. My main-less interrupt code that blinks a LED uses only 54 bytes of memory.