Replies: 1 comment
-
I'm adding that there may be errors in the boards.txt of development megaTinyCore-master in relation to the Curiosity Nano ATtiny1607: |
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'm using the development version of the megaTinyCore in Arduino IDE to generate code for the Curiosity Nano ATtiny1607.
I'm not getting compilation errors but the examples do not work.
I tried Blink (compiled in Arduino the dropped the .hex onto the virtual drive). Programming seems to work but there is no blinking.
I then took BareMinimum and added the activation of the LED_BUILTIN
The user LED did not lit up.
I the tried to re-define LED_BUILTIN and, with
#define LED_BUILTIN PIN_PB7
, the binary works and the user LED turns on.Am I doing something wrong?
Are the #DEFINE in megaTinyCore correct for Curiosity Nano ATtiny1607? Can anyone confirm that Arduino IDE + megaTinyCore (development) generates correct code for Microchip Curiosity Nano ATtiny1607?
Beta Was this translation helpful? Give feedback.
All reactions