Skip to content

'HardwareSerial' was not declared in this scope #282

Answered by franky47
spectraljules asked this question in Q&A
Discussion options

You must be logged in to vote

From what I can read in the Arduino core code, HardwareSerial is disabled for ATtiny chips, which only have a USI (Universal Serial Interface), which does not use the same kind of registers as a dedicated UART, which is what the HardwareSerial interface relies on.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by franky47
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