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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/04/03 19:55
Read: times


 
#40699 - RE: 8051 DAC
Responding to: ???'s previous message
This snippet of code would write 0FFF hex to DAC0.

#include <c:keilc51incadiaduc812.h>

DACCON = 02DH;
DAC0H = 0FH;
DAC0L = 0FFH;


List of 8 messages in thread
TopicAuthorDate
8051 DAC            01/01/70 00:00      
   RE: 8051 DAC            01/01/70 00:00      
      RE: 8051 DAC            01/01/70 00:00      
      RE: 8051 DAC            01/01/70 00:00      
         RE: 8051 DAC            01/01/70 00:00      
            RE: 8051 DAC            01/01/70 00:00      
   RE: 8051 DAC            01/01/70 00:00      
      RE: 8051 DAC            01/01/70 00:00      

Back to Subject List