Thanks for the link to the current documentation. I checked out the SVN repository, but didn't look under Doku for the current docs.
I discovered the continuous mode and internal menu from the documentation in your branch -- I really like it!
I'm using usbtiny from adafruit.com on ubuntu so I needed to change the makefile a bit to accomodate my environment.
I like Karl-Heinz's use of serial output using PC3 (usart pin?) for output. Do you have plans to use this?
Also - my Chinese clone board has a 2v zener for voltage reference, but I can't find any place in your code where to read the PC4 (ADC4) voltage reference.
I measured my voltage as 1.955 volts, and wanted to specify somewhere in the code for precision. but I can't find it.
Am I missing something?
My only problem now is during the self test or Adjustment modes, when I'm told "Create Short Circuit" and then connect all three test pins together, it does not proceed.
I see in the code that it loops waiting to confirm all 3 points are shorted, but in my case it does not proceed.
I confirmed resistance from TP1,2,3 back to input pins on TQFP32 ATMega168 - all traces are connected with expected resistance.
Any ideas?
I was next going to add a debug mode during Create Short Circuit to display shorted pins.
I'll just write to line 1 LCD something like "12" if pins 1,2 are shorted. eventually it should write "1231" to show all are shorted.
The serial output mode would be useful, to write debug messages to a terminal.
Thanks again for our contribution on this project, I'm really excited to play around with this.
If I make any significant changes, I'll post my code to my github account to share.
thanks,
Scott