kristopher / PS2-Mouse-Arduino

Arduino/Wiring Library for interfacing with a PS2 mouse.
80 stars 44 forks source link

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

Open amconners opened 4 years ago

amconners commented 4 years ago

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