UNPKG

pxt-common-packages

Version:
30 lines 1.44 kB
{ "lora": "Reading data of module lora.", "lora.LoRaState.Initializing": "Started initialization", "lora.LoRaState.LoRaIncorrectFirmwareVersion": "Firmware update is required on the LoRa module", "lora.LoRaState.LoRaInvalidConfiguration": "Pins are not configured properly", "lora.LoRaState.Ready": "LoRa module initialized and ready to go.", "lora.available": "Available Packet", "lora.consolePriority": "Priority of log messages", "lora.idle": "Put LoRa in idle mode", "lora.isReady": "Indicates the LoRa module is correctly initialized", "lora.packetRssi": "Packet RSSI", "lora.packetSnr": "Packet SNR", "lora.parsePacket": "Parse Packet to send", "lora.peek": "Peek Packet to send", "lora.read": "Read Packet", "lora.readBuffer": "Parse a packet as a buffer", "lora.readString": "Parse a packet as a string", "lora.sendBuffer": "Write buffer to send", "lora.sendString": "Write string to send", "lora.setFrequency": "Set Frecuency of LoRa", "lora.setSignalBandwidth": "Set Signal Bandwidth of LoRa", "lora.setSpreadingFactor": "Sets the spreading factoring", "lora.setSpreadingFactor|param|factor": "spreading factor", "lora.setTxPower": "Set Tx Power", "lora.signalBandwidth": "Get Signal Bandwidth of LoRa", "lora.sleep": "Sleep Mode", "lora.spreadingFactor": "Get Spreading Factor of LoRa", "lora.state": "State of the driver", "lora.version": "Read Version of firmware" }