M
max0412
Guest
¿Es esta la manera correcta de AN1 configurar para la entrada analógica en el registro ADCON0.Yo no estoy seguro cómo tratar con los bits sin aplicarse.Bit s 5 y 4 son letra muerta significa eso cuando escribo a la ADCON0 puse 00 en ellos?¿O es esto malo?PIC10F220 ADCON0 registro
<img src="http://i41.tinypic.com/28l6x06.png" border="0" alt="Unimplemented bits ADCON0" title="Sin aplicarse bits ADCON0"/>
Escribiendo a ADCON0Código:
movlw b'10000101 '; ADC CONFIG: AN1 entrada analógica
ADCON0 movwf
<img src="http://i41.tinypic.com/28l6x06.png" border="0" alt="Unimplemented bits ADCON0" title="Sin aplicarse bits ADCON0"/>
Escribiendo a ADCON0Código:
movlw b'10000101 '; ADC CONFIG: AN1 entrada analógica
ADCON0 movwf