TangLin

Results 1 comments of TangLin

/* check SX1302 version */ int32_t u = 0; while (u == 0){ lgw_reg_r(SX1302_REG_COMMON_VERSION_VERSION, &u); printf("Note: chip version is 0x%02lX\n", u); } This code is OK and the version and...