Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Interrupt on ADC conversion complete?

ADC Interrupt

  • Please log in to reply
1 reply to this topic

#1 aallman

aallman

    New Member

  • Members
  • Pip
  • 1 posts

Posted 23 April 2015 - 12:54 PM

Hi all,

 

I'm trying to understand how to set up an interrupt to fire when an ADC conversion is completed.  It looks like the processor supports this, but I haven't found anything on the .net mf side.

 

Thanks!

Andy



#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 23 April 2015 - 04:38 PM

Hi Andy,

Behind the scenes, reading an AnalogInput's value via AnalogInput.Read() triggers an ADC conversion, waits for the conversion to complete, and then returns the result to your code.

I know that isn't exactly what you were asking, but does that answer your question?

Welcome to the Netduino community,

Chris




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.