This design mainly uses the single chip microcomputer as the processor, and then through the digital to analog conversion module to convert the binary code of the single chip output into the corresponding analog voltage output, so as to make the designed current source more accurate. In this module, because of the shift conversion, what I use here is to do division, and then store the quotient and remainder obtained by division. In this module, I use two subroutines, one is to convert decimal system into hexadecimal number, the other is to use shift subtraction method to do division.<br>
正在翻译中..