effevee / loraE32

A MicroPython class for the Ebyte E32 Series LoRa modules
GNU General Public License v3.0
35 stars 6 forks source link

Added circuitpython compatiblity #6

Open aldotapia opened 1 year ago

aldotapia commented 1 year ago

Major changes:

Minor changes

I added one example tested with one device (teensy 4.0 with circuitpython 7.3.3). I'll get another teensy for testing two devices sending and receiving data

aldotapia commented 1 year ago

I'm using self.serdev.readline() instead of self.serdev.read(). The latter needs either the number of bytes of set a timeout in UART definition. Can I revert to read() function based on these settings?