added example main.py for micropython

pull/1/head
Simon Pirkelmann 2019-11-20 18:24:53 +01:00
parent 92364617d3
commit 04caff9623
1 changed files with 3 additions and 0 deletions

3
micropython/main.py Normal file
View File

@ -0,0 +1,3 @@
from lora_transceiver import LoRaTransceiver
lora = LoRaTransceiver(frequency=868.1E6, syncword=0x34)