Vanya Sergeev

Results 55 comments of Vanya Sergeev

This might be implemented in the future through the IIO sysfs interface. Similar request has been made in vsergeev/python-periphery#19.

:+1: Found this after looking for `R_Pack04_US`. I noticed that the US style is currently only generated for the `R_Network*` variety. It would be awesome to pick up the US...

> I think this makes sense as a primitive, but we always ask for concrete use cases. Would you mind sharing a few? > > > In our case, we...

I'm also using TypeScript. I had implemented a miniature version (~100 lines) of the merkle tree generation compatible with OZ MerkleProof.sol, partly to understand exactly how this library was building...

I think the library is great, especially if you need to access additional details of the tree, and even if you don't, it's simple enough to wrap it for a...

It's just a semantic discrepancy that makes it a bit more difficult to reproduce the merkle tree with another implementation. It's actually more nuanced than I've described: while the leaves...

It's a good idea -- could use a few more getters with the UIO info. One thing to decide is whether or not to abstract away the interrupt counts --...

There isn't an immediately obvious solution here because changes to both duty cycle and period / frequency can't be atomic. While it's true that python-periphery could preemptively update `duty_cycle` before...

The option was removed for the v2.0.0 release, which introduced character device GPIOs and reshaped the GPIO API around them. The major version number change from 1 to 2 is...

This could be supported relatively easily by passing a GPIO object as a `cs_gpio` keyword argument in the SPI constructor. The SPI object would assert and deassert the chip select...