TheThingsNetwork / arduino-device-lib

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

Added defines for the return values of sendBytes. #141

Closed n2jn closed 7 years ago

n2jn commented 7 years ago

[DO NOT MERGE] I didn't understand what you wanted to do with an enum ? #133

FokkeZB commented 7 years ago

Like ttn_fp_t this would assure the user that the function will only return variables from that type.

johanstokking commented 7 years ago

@FokkeZB please test and merge