-
The register addresses are OK at the module level. But for things like mode (maybe that's the only one?) there is no convenient way to access them when using the recommended code setup:
```python
im…
-
The Power/Volume buttons worked perfectly with kernel version 5.9.13, but stopped working after the upgrade to 5.10.1
After updating the kernel from `5.9.13-surface` to `5.10.1-surface` via…
-
Hi All, 2 questions:
For the ADS1015 optional battery monitor, how does that get implemented?
The link port is tad expensive online, does it have a functional purpose besides filling space?
…
-
Hi,
After having encountered a bug while updating to the latest NextcloudPi version (problem with libc6 presumably linked to the updating of PHP) that has just issued, I decided to test this new ve…
-
Hi, do you have a BOM? I am trying to figure out what are the specifications of the inductor, mosfets, microSD card shield, diodes, transistors, etc. that you are using in your design.
-
Thank you for sharing the library!
I'm using this on the arduino IDE on an esp32 dev board.
I had to make a few changes to the code, mainly change the gain from 1 to 2/3 to get the right voltage r…
-
we got a bunch o requests to add a `gain` demo to https://learn.adafruit.com/adafruit-4-channel-adc-breakouts/python-circuitpython
no rush but it is kinda a neat thing this chip can do :) the demo …
-
When vmlinux is built with CONFIG_XEN_PVH=y, the resulted vmlinux is still a perfect vmlinux for kvm guest.
It is common that CONFIG_XEN_PVH=y among the enablements of other types of guests to enab…
laijs updated
4 years ago
-
For the ADS1015, which is 12 bit, the 12bit values used for comparison sit in the high bits of the registers. Need to
-
First off, thank you for making this fork. I am implementing it into my project and have a couple questions.
I have 2 hall effect sensors plugged into 0 and 1, and 2, and 3. they both go from 0-2V.…