rustbox / esp32c3-vgaterm

VGA Driver and Serial Terminal crates, with embedded applications in mind
MIT License
1 stars 0 forks source link

Demonstrate Timer interrupt #2

Closed dougli1sqrd closed 2 years ago

dougli1sqrd commented 2 years ago

Create a timer interrupt. The purpose is to learn about interrupts in the esp32-c3 and also the clock and timer systems. We presently don't need specific functionality here, just a demonstration of an implementation for learning purposes.

dougli1sqrd commented 2 years ago

https://github.com/rustbox/esp32c3-vgaterm/pull/4