jung6717 / arduino

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

Functions for configuring timers. #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

Functions for configuring the timers, e.g. putting them in and out of PWM mode, 
CTC mode, etc.

Why?

To allow for a higher-level API that still can access most / all of the 
hardware capabilities of the 
timers.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

Original issue reported on code.google.com by dmel...@gmail.com on 6 May 2010 at 6:10

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 10 May 2011 at 2:14

GoogleCodeExporter commented 9 years ago
It probably make sense to do this with 169, since we'll probably be working 
from an existing library that does both configuration and interrupt handler 
allocation.

Original comment by dmel...@gmail.com on 18 Aug 2011 at 3:45