whati001
whati001
Adjusted makefile to include nvmc flash storage files for target nrf52840 if the value NRF52840_USE_NVMC_FLASH is set in the local project makefile. In addition, I have added an example to...
The SK6812 controller awaits a ~80μs low signal between data transmission. Taken from: https://cdn-shop.adafruit.com/product-files/1138/SK6812+LED+datasheet+.pdf Currently, if we run the sync() funciton in an endless loop, the leds light up in...
Hi, would it be possible to add support for asterisk namespaces in the xPath expression? The goal would be to evaluate the following example: **xPath:** ```xpath //*:innerField/text() // result: someValue...