PS2-Mouse-Arduino icon indicating copy to clipboard operation
PS2-Mouse-Arduino copied to clipboard

included stdint.h to fix "'int8_t' does not name a type" and similar errors

Open PunningLinguist opened this issue 5 years ago • 0 comments

the Arduino IDE automatically adds some includes if needed (one of which is stdint.h), but only when compiling a .ino file. it needs to be explicitly included for the Arduino compiler to recognize those types in a .cpp file

PunningLinguist avatar Mar 05 '20 19:03 PunningLinguist