moselshamy / sanguino

Automatically exported from code.google.com/p/sanguino
0 stars 0 forks source link

Timer0 interrupt bloated #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We inherited this from Arduino-0012:

The SIGNAL(SIG_OVERFLOW0) routine was rewritten but in a very inefficient way:
o Using too much time
o Not allowing the routine to be interruptable by higher priority tasks

Suggestion: Revert or rewrite

Original issue reported on code.google.com by kin...@gmail.com on 31 Jan 2009 at 3:21

GoogleCodeExporter commented 8 years ago

Original comment by kin...@gmail.com on 31 Jan 2009 at 3:58