Open applio opened 6 years ago
Updated spicontrol module along these lines in commit 7f1d2cc817c9d5588dc88635a1ece5e860d4f8d6 though other modules need same.
Updated lorautil module along these lines in commit 60f5fd36f15db77894d130bb6d598992fbf92075 though more to do in sx127x module still.
Methods such as
LoraUtil.sendPacket
look more Java or C++ like. A more pythonic name might beLoraUtil.send_packet
.