Replies: 1 comment 1 reply
-
Hi @EdFleta, I would suggest copying https://github.com/kachurovskiy/nanoels/blob/main/h2/h2.ino and re-doing your changes on top of it, looks like there's been some copy-pasting mistake while adopting the code to your particular case. Alternatively, you can post it on https://gist.github.com/ and share the link here for us to take a look what's going on. Cheers! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, since my first implementation of NanoEls H2, Arduino IDE returns the following warnings:
"NanoEls-V4-CL.ino:72:0: warning: "B0" redefined #define B0 4"
the same warning also occurs for B0 0, B1 5 and B1 1.
It does not prevent the actual loading of the compiled software but I just wonder whether it could have an impact somewhere down the line.
any idea ?
eddie
Beta Was this translation helpful? Give feedback.
All reactions