mscherer / the-bus-pirate

Automatically exported from code.google.com/p/the-bus-pirate
0 stars 0 forks source link

bpWintdec() in base.c doesn't display correct value from bpPWM() in AUXpin.c #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
bpWintdec() in base.c doesn't display correct value from bpPWM() in AUXpin.c.

1=1,10=10,100=10,1000=10,10000=10, etc.

Original issue reported on code.google.com by ianles...@gmail.com on 6 Apr 2009 at 3:09

GoogleCodeExporter commented 8 years ago
fixed defect in all DEC printing routines if digit > 10 was 0, then no output 
was
printed. Made into a loop, easier to maintain.

Original comment by ianles...@gmail.com on 14 Apr 2009 at 11:29