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

boolean data type; stdint for example project #1

Closed plainlystated closed 13 years ago

plainlystated commented 13 years ago

My C++/Arduino is pretty weak, but these changes were required to get the example code to work on my box (OSX). Not sure if this is generally useful, or if there's something weird about my box.

C++ boolean type is bool, at least on my box (OSX). Also, stdint was required for me to use to the [u]intN_t types

adafruit commented 13 years ago

Thanks! I've merged, please try it now!