Making this library work on any other board is a matter of porting it to the specificities of that board/controller. For what I remember when it was ported on ATtiny85, you'll need to adjust code for:
pin state change interrupts (and use a pin that supports this kind of interrupts)
timer initialization/interrupts
adjust various delays to cope with the speed difference of the micro-controller
Though I'm not aware of anyone who made it work on this board, maybe someone already did it? If not, I'm sorry I can't help, I'm not working on this project at this time.
Hope you'll find a solution.
Cheers.
Hello andrew, sorry for the late reply.
Making this library work on any other board is a matter of porting it to the specificities of that board/controller. For what I remember when it was ported on ATtiny85, you'll need to adjust code for:
* pin state change interrupts (and use a pin that supports this kind of interrupts)
* timer initialization/interrupts
* adjust various delays to cope with the speed difference of the micro-controller
Though I'm not aware of anyone who made it work on this board, maybe someone already did it? If not, I'm sorry I can't help, I'm not working on this project at this time.
Hope you'll find a solution.
Cheers.
Your project works well for Arduino Uno.
BTW, how about Arduino mega 2560?
I dont'know how to change some code...
Waiting for you reply...
Hello andrew, sorry for the late reply.
Making this library work on any other board is a matter of porting it to the specificities of that board/controller. For what I remember when it was ported on ATtiny85, you'll need to adjust code for:
Though I'm not aware of anyone who made it work on this board, maybe someone already did it? If not, I'm sorry I can't help, I'm not working on this project at this time.
Hope you'll find a solution.
Cheers.