¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Programming & compiling from github source code


Katsuhiko
 

Hi,

The ATU-100's power measurement issues have been resolved and are now tuned correctly.
There was a problem on line 63 of pic_init.c.

ADCON1 = 0xA0;

This will supply the ADC reference externally, so I changed it as follows.

ADCON1 = 0xA3;? ? ? ?// Internal reference
?
Kaz
JA7UIO

Join [email protected] to automatically receive all group messages.