LibDriver
LibDriver
Yes, First you shold add "W25Q512"(0XEF19U) to w25qxx_type_t and second set the W25Q512 type. 1. typedef enum { W25Q80 = 0XEF13U, /**< w25q80 */ W25Q16 = 0XEF14U, /**< w25q16 */...
Sorry, we do not have any drivers for this series currently, But we plan to include this series of drivers in our development plan next month. 非常抱歉,目前我们没有该系类的驱动,但我们计划在下个月的开发计划中加入该系列驱动。
Thank you very much for using LibDriver. There are MIFARE Classic, MIFARE Ultralight and NTAG21x examples based on MFRC522 chip. MIFARE Classic driver can refer to https://github.com/libdriver/mifare_classic. MIFARE Ultralight driver...
MIFARE Classic, MIFARE Ultralight, and NTAG21xx protocols define that one reader can only communicate with one card at the same time.
Thank you very much for your suggestion. We have repaired this bug and you can pull this driver again. 非常感谢您的建议,我们已经修复了此BUG,您可以重新拉取此驱动。
Hello, "find_ package()" is a command for CMake to find dependent libraries. It must be written in CMakelists.txt. It is not a command for shell running. It is not necessary...
I'm very sorry to see your question now. Thank you for using our driver. The SX1268 transceiver relies on INT (DIO1) interrupts. Please check whether the interrupts can be triggered...
The original SX1268 did not have transceiver enable pin control. The module you used contains additional designs such as PA, and transceiver enable belongs to the module's additional design. Please...
"\The project raspberrypi4b interface src gpio. c" file is the part of the system interrupt processing. You can output necessary printing information in this section to determine the interrupt situation....
Additionally, if the interrupt cannot be triggered, an interrupt handler can be added to the source code 1259-1263 loop. ``` while ((ms != 0) && (handle->tx_done == 0) && (handle->timeout...