PS2-Mouse-Arduino
PS2-Mouse-Arduino copied to clipboard
included stdint.h to fix "'int8_t' does not name a type" and similar errors
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