-
Notifications
You must be signed in to change notification settings - Fork 17
Building for Teensy 3.6 using Arudino.app on macOS #2
Description
Hello, first off, thank you for sharing both this and JTAGenum projects, really looking forward to experimenting with both of them. That said, I recently purchased a Teensy 3.6 because
- it has ~ 38 pins out of the box from what I can tell
- and works at a 3.3V level
so for my case I have device that operates at 3.3V and has 20 exposed pads on the board, so I soldered a 20 pin zif connector the board that I am experimenting with.
However when I try to compile the default sketch provided in this repo using the Verify button in the Arduino.app on macOS the RS232enum fails to compile and gives me the below error,
'PIN_B7' was not declared in this scopeI have not modified any of the code / logic in the file other than experimenting with different pin name definitions.
I noticed the pinnames array are defined using double quotes whereas the pins array they are defined with no quotations around the names, could this be the reason why the default sketch fails to compile?