aquarat / arduino-pwm-frequency-library

Automatically exported from code.google.com/p/arduino-pwm-frequency-library
0 stars 0 forks source link

extention of the library for leonardo #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I wanted to extend the library for ATMEGA32U4 and ATMEGA16U4 family : Leonardo 
board.

I give you my results : 
 - a new PWM.h file
 - a CTimerDefs.h file
 - a CTimerDefs.cpp file

It seems to be good for my first tests.

But I am not be able to implement the Leonardo's specific 10-bit High Speed 
Timer/Counter4.

Hope this will help somebody ...

Pierre

Original issue reported on code.google.com by palar...@gmail.com on 23 Oct 2013 at 1:54

Attachments:

GoogleCodeExporter commented 8 years ago
Well done! Thanks a lot!

Original comment by hamderm...@gmail.com on 14 May 2014 at 5:56

GoogleCodeExporter commented 8 years ago

 Hi!!!!

Could you help me with your update library ?

I fixed my IR LED Transmit on digital pin #11 (ATMEGA32U4 - Leonardo Board).

Could you indicate changes in the code to apply the PWM control this pin?

Thank you !!!!

Leandro Santos

Original comment by ldrs.san...@gmail.com on 18 Jun 2014 at 8:13

GoogleCodeExporter commented 8 years ago
Thanks for the library!
I couldn't use the library on pin 3, only in pin 10 (i haven't tried all the 
pwm pins yet). Is it a hardware issue (it can't be done) or is a library 
problem?

Original comment by felipu...@gmail.com on 16 Sep 2014 at 9:51