-
Hi,
Many thanks for making your work available for others to look at.
I am trying out
MPU9250/MPU9250_MS5611_BasicAHRS_t3.ino
on a Arduino Nano modified for 3.3V with a CJMCU-117 ebay board.
…
Gord1 updated
2 years ago
-
## Objectives
Try to explain why crc in Firefox on Samsung tablet is so slow.
**The core computation of crc** ([Link to source code](https://github.com/Sable/Ostrich2/blob/master/benchmarks/crc/im…
-
``` c++
mz_ulong mz_adler32(mz_ulong adler, const unsigned char *ptr, size_t buf_len)
{
mz_uint32 i, s1 = (mz_uint32)(adler & 0xffff), s2 = (mz_uint32)(adler >> 16); size_t block_len = buf_len % 555…
-
I am puzzled that the CAN stack uses a soft implementation of the CRC, rather than the CRC instruction - which should save a considerable amount of time. I was going to try this in a forked repo, but …
-
The current mechanism of specifying hash algorithms via an enum that describes a fixed (and resonably small) set of possible hash functions seems inadequate. Some targets may support things like CRC …
-
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Uno"
spi_flash_programmer:21: error: 'prog_uint32_t' does not name a type
static const PROGMEM prog_uint32_t crc_table[16] = {
…
-
I have this hunk of code
```c
err = lfs_file_read(&lfs, &f, &container, sizeof(container_t));
if((size_t)err < sizeof(container_t)) {
trace_printf("File corrupted: %d\n", err);
…
-
I have tested the script `nordic_sniffer_scanner.` with HackRF, and it keeps logging random addresses. If I start the NRF24 transmitter in a specific channel, the channel does not appear in the script…
-
### Description
```
[145/237] Building CXX object absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o
FAILED: absl/random/CMakeFiles/random_internal_randen_hwa…
-
I think we can add a 'sidebar. js' to create a sidebar, so that we don't have to write a complete menu for every HTML page.
Addon each page
```js
var sidebarData = {
header : {
lo…