sparkfun / BMP180_Breakout

Breakout board for the Bosch BMP180 barometric pressure sensor
Other
69 stars 101 forks source link

Changing 16 bit Arduino integers to uint16_t #5

Closed victordiges closed 9 years ago

victordiges commented 9 years ago

Changing 16 bit Arduino integers to uint16_t to make it compatible with 32b Teensy integers (and possibly Arduino Due's and other 32b ARM processors)

mgrusin commented 9 years ago

Awesome, thank you very much for this change! It's greatly appreciated.

victordiges commented 9 years ago

You're very welcome! Always glad to help.