This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
identifier "Serial" is undefined with version 0.4.0 #1216
Open
Description
This is to open again the same issue discussed here
#866
and there
#808
IntelliSense has still some problem in finding the following keywords
"Serial"
"TCCR2A"
"TCCR2B"
"OCIE0A"
To manually solve this, I added the following defines to c_cpp_properties.json:
"USBCON", "__AVR_ATmega328P__"
to do this is required to disable Intelli Sense Auto Gen from the vscode extension settings