sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.65k stars 630 forks source link

Difference Between LoRa.print and LoRa.write #457

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello I am just a beginner in programming . I wanted to know the difference between the functions LoRa.print and LoRa.write

IoTThinks commented 3 years ago

I am also not sure. I believe they are the same.

And LoRa.print may be for Arduino boards only.

https://github.com/sandeepmistry/arduino-LoRa/blob/master/API.md#writing

ghost commented 3 years ago

Hey thank you