Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/18/07 16:10
Read: times


 
#145903 - Code Architect
Responding to: ???'s previous message
Same as what I have...
Do you see something I do not see?

// configure clock divider
  ADMODB |= 0x40;

  // set adc1 channel pins to input only (disables digital output)
  // channel 3
  P0M1 |= 0x10;
  P0M2 &= ~0x10;
  // disable dac1
  ADMODB &= ~0x08;
  // configure adc1 and enable (also enables dac1)
  ADCON1 |= 0x44;



List of 7 messages in thread
TopicAuthorDate
LPC935/6 ADC            01/01/70 00:00      
   I do not know about you ....            01/01/70 00:00      
      Negative number            01/01/70 00:00      
         right and wrong            01/01/70 00:00      
   What about!            01/01/70 00:00      
      AD13 pin is a DAC pin as well, are you sure there            01/01/70 00:00      
         Code Architect            01/01/70 00:00      

Back to Subject List