Open amconners opened 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
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