Replies: 2 comments
-
I personally am not currently using VSCode or PlatformIO, so I cannot help. Anyone? Another forum might be better for this question, since it has not so much with I4A to do. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Bengt:
I was able to figure it out. I had another issue with the missing initialization of Serial (oh my) that caused a problem. I was able to get it to work on the ATMega2560 clone and it is now flawless. I appreciate the rapid turnaround and your work on this library.
…-MA
On Nov 17, 2024, at 1:53 AM, Bengt Martensson ***@***.***> wrote:
I personally am not currently using VSCode or PlatformIO, so I cannot help. Anyone? Another forum might be better for this question, since it has not so much with I4A to do.
—
Reply to this email directly, view it on GitHub <#91 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABVHDUZNJ3GYNGJE43BZUL2BBRTLAVCNFSM6AAAAABR5JGGJGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRYGI2DMMQ>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using VSCode and PlatformIO with an ATMega2560 clone board. I currently set the environment up as:
board = megaatmega2560
But I think that there is a problem with I4A seeing this as an ATMega2560 board. What is the correct way to force the board architecture for a simple program. I am just testing RC5 sending and want to know the correct pin (which should be 9, but I am not getting through the sender initialization).
Beta Was this translation helpful? Give feedback.
All reactions