We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:xu3_hardware_adc [2016/01/22 10:20]
odroid [Using mmap]
en:xu3_hardware_adc [2016/12/19 16:03] (current)
charles.park [Using mmap]
Line 84: Line 84:
  {  {
  // End of A/D conversion  // End of A/D conversion
- if (*(adc + (ADC_V2_STAT >> 2)) && 4) {+ if (*(adc + (ADC_V2_STAT >> 2)) & 4) {
  /* Read value */  /* Read value */
  if (channel == 0x0) {  if (channel == 0x0) {
en/xu3_hardware_adc.txt ยท Last modified: 2016/12/19 16:03 by charles.park
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0