Please critique my calculator

I will type the number 0.0038 – i type “.” “0” “0” “3” “8” Display is “0.038”

1 Like

Ok I’ve discovered the problem and fixed it (I hope without creating any new bugs. :slight_smile: ) Please take a look.

I found something one. You can only input 1x Number “0” before “.”.

I will input 100: “1”, “0” + … “0” is not possible.

1 Like

Jens,

Today is Thanksgiving Day in the US so first I would like to say thank you to you for all the great critique you’ve given to this project.

The problem was I was only looking at the previous digit instead of the whole number. Luckily, it only needed a one line fix. Please take a look.

No Problem – the calculator works fine … and i can learn a lot for my hardware calculator.


Your Typography of the calculator is verry good.
https://github.com/JensGrabner/snc98_Slash-Number-Calculator/blob/master/Hardware/png/Switch_Calculator.png
The State Machine of t he calculator is my big challenge.