applio / LightLora_MicroPython

Lightweight Interrupt-driven Semtech SX127x Library for MicroPython
MIT License
2 stars 0 forks source link

Convert style of method names to better fit PEP8 #5

Open applio opened 6 years ago

applio commented 6 years ago

Methods such as LoraUtil.sendPacket look more Java or C++ like. A more pythonic name might be LoraUtil.send_packet.

applio commented 6 years ago

Updated spicontrol module along these lines in commit 7f1d2cc817c9d5588dc88635a1ece5e860d4f8d6 though other modules need same.

applio commented 6 years ago

Updated lorautil module along these lines in commit 60f5fd36f15db77894d130bb6d598992fbf92075 though more to do in sx127x module still.