TheThingsNetwork / arduino-device-lib

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

defined debugSerialPrint/Ln for Serial and debugPrint/Ln for Stream #41

Closed n2jn closed 8 years ago

n2jn commented 8 years ago

to avoid warnings while compilating so in examples use debugSerialPrint/Ln and debugPrint/Ln in library. You have to: #define DEBUG 1 in examples #4

johanstokking commented 8 years ago

This defines it in the header so it increases the likelihood of define collisions no?

johanstokking commented 8 years ago

This PR is effectively an empty new line now, isn't it?