Skip to content

'Pio' was not declared in this scope #470

Answered by Makuna
gallaugher asked this question in Q&A
Discussion options

You must be logged in to vote

This is usually due to the build not setting the Arduino Arch symbol correctly; and ARM support are the worse and using PIO will make it worse.

ARDUINO_ARCH_NRF52840 must be defined. Also "underscore underscore" arm "underscore underscore" must also be set if you do want the bitbang.

With this you get the hardware support for this specific chip which is async.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gallaugher
Comment options

Answer selected by Makuna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants