Skip to content
Snippets Groups Projects
Commit 6fa73b43 authored by Clément Foucher's avatar Clément Foucher
Browse files

ADC driver:

- Identify ADCs by their reg addr instead of their label, as this property is going deprecated in Zephyr.
- Move all low-level calls to adc_core instead of adc_channels.
- Move adc_channels into Data Acquisition.
- Add an ADC stop function.
- ADC driver module self-manages ADC init.
parent 0463e9ae
No related branches found
No related tags found
1 merge request!55ADC driver:
Showing
with 641 additions and 615 deletions
Loading
  • Developer

    @cfoucher @afarahhass @jalinei With the following main: main.cpp

    ILOW1 measure doesn't work. ILOW2 measure work but triggering is on falling edge of current instead of rising edge on previous commit.

  • Author Owner

    @twalter: please use the latest version of the core, as similar bugs wers already addressed in the current version.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment