Skip to content

I built a (hardware) calculator. Has Trigonometric Functions, Logarithm and TABLE (Function) mode.

License

Notifications You must be signed in to change notification settings

anton-tchekov/avr-calculator

Repository files navigation

avr-calculator

alt text

Input mode:

Key map:

+---+---+---+---+
| 1 | 2 | 3 |CLR|
+---+---+---+---+
| 4 | 5 | 6 |DEL|
+---+---+---+---+
| 7 | 8 | 9 | . |
+---+---+---+---+
| ( | 0 | ) | = |
+---+---+---+---+

Key map (with shift):

+----+----+----+---+
|sin |cos |tan | + |
+----+----+----+---+
| <- | PI | -> | - |
+----+----+----+---+
| X  |pow |log | * |
+----+----+----+---+
|asin|acos|atan| / |
+----+----+----+---+

Note: No sqrt, because sqrt(x) = x^(1/2)

Table Start/Step mode:

Key map:

+---+---+---+---+
| 1 | 2 | 3 |CLR|
+---+---+---+---+
| 4 | 5 | 6 |DEL|
+---+---+---+---+
| 7 | 8 | 9 | . |
+---+---+---+---+
|   | 0 |   | = |
+---+---+---+---+

Key map (with shift):

+---+---+---+---+
|ESC| ^ |   |   |
+---+---+---+---+
| < |   | > |(-)|
+---+---+---+---+
|   | v     |   |
+---+---+---+---+
|   |   |   |   |
+---+---+---+---+

Table mode:

Key map:

+---+---+---+---+
|ESC|-1 |   |   |
+---+---+---+---+
|-10|   |+10|   |
+---+---+---+---+
|   |+1 |   |   |
+---+---+---+---+
|   |   |   |   |
+---+---+---+---+

About

I built a (hardware) calculator. Has Trigonometric Functions, Logarithm and TABLE (Function) mode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published