¿ªÔÆÌåÓý

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

Re: edelay vs ELECTRICAL DELAY and other fun #internals


 

heating effects
To analyze possible confounding factors, modify:

main.c cmd_vbat()
- chprintf(chp, "%d mV\r\n", vbat);
+/* needs adc_stop(ADC1); ?? */
+chprintf(chp, "%d %d\r\n", adc_vbat_read(ADC1), adc_tjun_read(ADC1) );

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