09. GetChipIDAll(), GetChipID(); GetFirmwareVersion(); GetDeviceID();
GetChipIDAll(); // 取得Chip 相關ID 碼 GetChipID(); // 取得Chip 的ID GetFirmwareVersion(); // 取得韌體版本Chip 的ID GetDeviceID(); // 取得設備的唯一碼 Sample Code download here. [php] /* * Pin 10 -> RX * Pin 11 -> TX */ #include #define LEDPIN 9 iFrogLabLoRaLibrary LoRa(10,11,9); // RX, TX, DataReady //byte* data[20]; void setup() { Serial.begin(9600); while (!Serial) { ; //