CapSense (QTouchADC): Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
[[File:QTouchADC-schematic.jpg]]
[[File:QTouchADC-schematic.jpg]]


= Code =
= Snippet =
 
<syntaxhighlight lang="c">
 
 
 
</syntaxhighlight>

Revision as of 23:58, 1 January 2014

Information

This is another CapSense implementation that tries to follow the specifications of Atmels QTouchADC, a version of QTouch that uses the internal Sample & Hold capacitor of the ADC. No external capacitor is needed anymore!

Snippet