Conversation
|
If ANYONE has a better approach for getting the bit# from bitvalue in digitalPinToPCMSKbit(), please tell me... It looks awful. |
|
I was looking for some builtin, always available function I could use in the define. |
|
Found the builtin: Looks much better now ;) |
0dd93f9 to
26248ad
Compare
|
Really nice jayzakk! I actually needed to use the timer 3 interrupt some time ago and gave up, thanks for this! |
|
Did you test the Analog Comparator (page 224 of datasheet v1.0.4) ? |
|
Nope, didn't have a setup or example for it. |
|
This was marked as "todo" in the original core on which this one is based, (in the readme). This part in your PR should have covered it, right? |
|
When I try to compile my skech I get these error: Maybe in line 404, need some conversion about Edit: My mistake: |
For issue #39
(I accidently added the patch branch from some other branch. Hopefully reverting the older patch in the new patch branch is the correct way to handle that)