TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
207 stars 96 forks source link

Optimize types with a specific bit-size #109

Closed n2jn closed 7 years ago

n2jn commented 7 years ago

Changed types in example and files .cpp and .h: int to int8_t, int16_t, int32_t or size_t #103