Joseph Ellsworth

Results 11 issues of Joseph Ellsworth

It took me a while to figure out how to use khash from the built in example. I saw similar complaints on other blog pages so I don't think I...

**Seems like a lot of potential in this project**. Is anybody continuing the work on another fork. The last work on this seems to have been 2016. I may be...

**Seems like a lot of potential in this project**. Is anybody continuing the work on another fork. The last work on this seems to have been 2016. I may be...

**Seems like a lot of potential in this project**. Is anybody continuing the work on another fork. The last work on this seems to have been 2016. I may be...

- Add void type to - void vecswap (int i, int j, int n, HatSort *x) - The QueryProcessCycleTime did not exist on my gcc running from cygwin so I...

In the Example: https://github.com/esp-rs/esp-hal/blob/main/examples/src/bin/advanced_serial.rs There is a line: `block!(serial1.read_byte())` When writing serial code we quite often want to use fast polling rather than spinning a thread or triggering an interrupt...

peripheral:uart

In File: https://github.com/epsilonrt/modbus-serial/blob/master/examples/TempSensor/TempSensor.ino on Line #53 it shows: mb.Ireg (SensorIreg, analogRead (SensorPin)); This is inconsistent with header defined in the header file that shows that function accepting a single parameter....

The example https://github.com/esp-rs/esp-idf-hal/blob/master/examples/uart_loopback.rs fails to compile due to a missing import. I adapted it to my needs and fixed a couple errors so it both compiles and provides proper response...

**Is your enhancement proposal related to a problem? Please describe.** [Getting started page references mingw for windows but current 64 bit windows does not support mingw](https://github.com/nxp-mcuxpresso/mcux-sdk/blob/main/docs/run_a_project_using_armgcc.md) **Describe the solution you'd...

Your write-up and code are some of the best examples I have seen in either the Arduino or ESP ecosystem. I have been working on my own power optimized designs....