delcomp

Results 2 issues of delcomp

When do you expect to support DFU en the build-in NVM. I'm near the release of our new product using the BLE Nano 2. But without DFU or NVM we...

In wiring_delay.cpp: uint32_t millis(void) { return (us_ticker_read() / 1000); } Because us_ticker_read() returns a 32-bit unsigned int, the division by 1000 results in a range from 0 to max. 0x00418937....