Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stm32] fix adc #822

Merged
merged 2 commits into from
Sep 8, 2014
Merged

[stm32] fix adc #822

merged 2 commits into from
Sep 8, 2014

Conversation

flixr
Copy link
Member

@flixr flixr commented Sep 5, 2014

very hack-ish fix for when using multiple ADs, e.g. AD1 and AD2
Before this "fix" e.g. AD1_1 and AD2_1 had the same value (0).

Can probably be done more nicely...

very hack-ish fix for when using multiple ADs, e.g. AD1 and AD2
Before this "fix" e.g. AD1_1 and AD2_1 had the same value (0).

Can probably be done more nicely...
@flixr flixr added the stm32 label Sep 5, 2014
flixr added a commit that referenced this pull request Sep 8, 2014
[stm32] fix adc

very hack-ish fix for when using multiple ADs, e.g. AD1 and AD2
Before this "fix" e.g. AD1_1 and AD2_1 had the same value (0).
@flixr flixr merged commit 48fd4b2 into master Sep 8, 2014
@flixr flixr deleted the stm32_fix_adc branch September 8, 2014 12:49
flixr added a commit that referenced this pull request Sep 8, 2014
- very hack-ish fix for when using multiple ADs, e.g. AD1 and AD2
  Before this "fix" e.g. AD1_1 and AD2_1 had the same value (0).
- NB_ADC only needed for lpc21
- test_adc: send all raw ADC values

backport of #822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant