You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, in the UART part of the arduino library, Serial is spelled Seriall. No idea why: the only reason I noticed was not because I was actually using UART, but because when the arduino IDE includes a library, it includes all members. Therefore, arduino projects will refuse to compile unless you remove the UART header.
Also, its done several times in the header, but only in that header.
Just thought I'd mention it.
The text was updated successfully, but these errors were encountered:
calumapplepie
changed the title
Mispelling of Seriall
Misspelling of Seriall in UART causing failure to compile
Jan 30, 2019
Apparently, in the UART part of the arduino library, Serial is spelled Seriall. No idea why: the only reason I noticed was not because I was actually using UART, but because when the arduino IDE includes a library, it includes all members. Therefore, arduino projects will refuse to compile unless you remove the UART header.
Also, its done several times in the header, but only in that header.
Just thought I'd mention it.
The text was updated successfully, but these errors were encountered: