Just read a post about timers and there was a timers cheat sheet posted there. It has been very helpful and I wonder if there is one for interrupts as well?
The post with the nice timer cheatsheet was this one Arduino constant clock output
-
Wouldn't make much sense. Must peripherals can generate interrupts, and each has it's own semantics. An interrupt cheat sheet would have to cover the workings of most of the MCU peripherals: to much material for a "cheat sheet" format.Edgar Bonet– Edgar Bonet2017年02月27日 08:35:20 +00:00Commented Feb 27, 2017 at 8:35
-
The "cheat sheet" is more commonly known as the datasheet.Majenko– Majenko2017年02月27日 10:57:53 +00:00Commented Feb 27, 2017 at 10:57
1 Answer 1
Perhaps something like this (for the Arduino Uno based MPU): enter image description here
answered Feb 27, 2017 at 5:38
user23244user23244
-
The question was tagged "arduino-uno", and this table does not apply to the Uno. You should at least tell in the answer what processor it is for.Edgar Bonet– Edgar Bonet2017年02月27日 08:32:06 +00:00Commented Feb 27, 2017 at 8:32
-
Oops. You're correct. My apology. Let me edit that right now.user23244– user232442017年02月27日 16:19:43 +00:00Commented Feb 27, 2017 at 16:19
lang-cpp