Adam Gausmann
Adam Gausmann
# Motivation This `names()` iterator provides a big benefit in performance in my use case, where I want to test whether or not a remote exists for a large number...
### Short description When the data to be downsampled is very small relative to the size of the current viewport, downsampling produces an empty data array. That downsampled array is...
Related/motivation: #45
# Motivation In AVR HALs, it is possible to [downgrade a pin handle](https://rahix.github.io/avr-hal/avr_hal_generic/port/struct.Pin.html#downgrading) so that the pin number is erased from the type, but the input/output typestate is still preserved....
OS: Void Linux Without asdf-python installed: The system handles invocation of python commands. I can type `python2` or `python3` to invoke the specified version. I can also type `python` (which...
This is my first time working with an XMEGA microcontroller. The XMEGA register maps are quite different from the ATmega / ATtiny ones I've seen, so I figured it would...
Reference: RM0433, Table 7 (Memory map) https://www.st.com/resource/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
#### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
Instead of recalculating autorange for each call to addItem, defer the calculation until the next paint event. I was experiencing a lot of lag when creating >1000 curve items with...
Masters can probe if an address is responding by sending a "zero-length" transaction, containing only the address bits, read/write bit, and the first slave ACK. This is a de-facto standard...