Question about Beau Schwabe's Generic ADC driver...
markaeric
Posts: 282
There's a line of code in the driver that specifies the ADC resolution as follows:
asm_cycles long $FFFF '(use $FFFF for 16-bit, $FFF for 12-bit, or $FF for 8-bit)
Though it's not specified, is it safe to assume I can use $03FF to achieve 10-bit resolution?
Thanks,
Mark
asm_cycles long $FFFF '(use $FFFF for 16-bit, $FFF for 12-bit, or $FF for 8-bit)
Though it's not specified, is it safe to assume I can use $03FF to achieve 10-bit resolution?
Thanks,
Mark
Comments
@Mike Green - Thanks for the response. Next time I will post a link (or code) of the object I'm referring to.