Originally posted by scrungy_doolittle
View Post
- fix width of integers in vdi limits
- expand range of minimum vdi to [-120,120] to exclude also positive vdi values
- fix sampling ending before 400ms (only the first 200ms were used in v2.0)
- implement axis scaling in histogram view
- remove ticks at +/-45 degrees in histogram view (kroman01's idea)
- exclude vdi values from the saturation region in histogram view (you might need 2x scale to be similar to v2.0)
- add C18 compiler compatibility and remove SDCC (too slow)
- extract vdi from histogram as mean +/- mean deviation
- highlight vdi when the uncertainty is small
- replace max(x,y) with maximum value from the histogram
The firmwares are compiled with Microchip XC8 in free mode since my demo licensed expired a very long time ago and the PRO license is very expensive, so I also built the firmwares with previous Microchip C compiler (C1

Comment