-
With 24 bits ADC readings overflow can occurs in adc_raw_to_millivolts as the internal calculation is done on a 32 bits integer.
This is fixed by using a 64 bits integer but this also requires adc_…
faloj updated
17 hours ago
-
Hello. I tried the OLED and ADC on the CX32X033 chip. And I was surprised by the incomprehensible behavior of the readings output. On pin A0 there is a divider (10K/10K) of the voltage exactly in half…
-
Now that the main bulk of ADCS command functions are complete, the Commissioning Manual requires that certain ADCS telemetry requests be repeatedly polled every few seconds over the course of between …
-
Just as written in the document,I used
import maix.peripheral import adc.
However, the Maixpy IDE remind me that CANNOT FIND NAME ADC,
while other modules can be imported correctly such as GPIO.
…
-
Test akc_convert code on AIRR output from VDJBase
- [ ] Support ontology ID (e.g. NCBITAXON:9606) for species.
-
-
There are 3 typos in the file stopping compilation. (release 1.3.0)
Namely:
- ADC_AWD3CR_AWD2CH_19 shall be ADC_AWD3CR_AWD3CH_19
- GPIO_HSLVR_HSLV11_Msk & GPIO_SECCFGR_SEC11_Msk have mis…
-
I have found an odd behaviour in using json_dumper. I do the following, which was modelled after what @jamesaoverton did in his code to dump out the LinkML of an object...
```
from linkml_runtime.…
-
Gong snippet: not available, see [notes doc](https://docs.google.com/document/d/1PHCnVJMlqL8KG82WqHviSKTa5qXdIhewyOsVBRfaYGQ/edit?tab=t.0#heading=h.7en766pueek4)
## Problem
**User requested th…
-
I never really used it since it was rather premature, but it was a good idea in practice (you'd have an always up-to-date dataset). We should bring it back, but I'm a little split on implementation.
…