adafruit / Adafruit_TouchScreen

Arduino library for 4-wire resistive touchscreens
http://www.adafruit.com/index.php?main_page=product_info&cPath=35&products_id=333
Other
272 stars 212 forks source link

#include <stdint.h> in TouchScreen.h so we don't have to inside every sketch #3

Closed ontje closed 12 years ago

ontje commented 12 years ago

I moved the #include from inside the example.pde to the TouchScreen.h file, so I don't have to write that line inside every sketch that uses the TouchScreen library