Calculator written in C for the 555 timer IC

+5 ---+---------------+---+
      |               |   |
      R            +----------+
      |            |  8   4   |
  +---+------+-----|7        3|------/\/\/\---+------- Vout
  :          |     |  LMC555  |               |
  C to test  +-----|6         |             -----
  :                |          |             -----
ground       +-----|2        5|----+          |
             |     |    1     |    |        ground
             |     +----------+  0.1 uF
             |          |          |
   Clock ----+        ground     ground
     ^

I needed a quick calculator for the 555 chip and decided to write one in C. Enjoy.
Read more “Calculator written in C for the 555 timer IC”