This sketch is missing a short description
**Calculator**
- **Part List**
- Arduino Duemilanove![Arduino Duemilanove](http://arduinodislis.weebly.com/uploads/2/4/4/8/2448933/5679832_orig.jpg "Arduino Duemilanove")
- 4X3 matrix keypad![4X3 matrix keypad](http://arduinodislis.weebly.com/uploads/2/4/4/8/2448933/7636890_orig.jpg "4X3 matrix keypad")
- LCD from DFROBOT ![LCD from DFROBOT](http://arduinodislis.weebly.com/uploads/2/4/4/8/2448933/3975399_orig.jpg "LCD from DFROBOT")
- A sip array resistors (or 4 resistors) is pull up resistors connected to row pins of keypad with the common terminal connected to +5V![resistors](http://arduinodislis.weebly.com/uploads/2/4/4/8/2448933/6724637_orig.jpg "resistors")
**Connections**
- **LCD DFROBOT**
- LCD RS pin to digital pin 9
- LCD Enable pin to digital pin 8
- LCD D4 pin to digital pin 7
- LCD D5 pin to digital pin 6
- LCD D6 pin to digital pin 5
- LCD D7 pin to digital pin 4
- LCD R/W pin to ground
- **4x3 matrix key pad**
- rows pin out of key pad to digital pins 3, 2, 1, 0
- colums pin out of key pad to digital pins 13, 12, 11
- **sip array resistors**
- 4 resistors as pull up resistors connected to rows pins (3,2,1,0)
**Project ready**
is a arduino calculator with Arduino Duemilanove ,
a LCD from DFrobot and A 4x3 keypad matrix
the calculator precision is two decimal points
the * key select the operation you want
= ,+,-,*,/,decimal point,clear memory
the # key is the enter key
![project](http://arduinodislis.weebly.com/uploads/2/4/4/8/2448933/5140494_orig.jpg "project")
Embed This Sketch
Use the following HTML code to embed the sketch code above in your blog or website.
<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:34564" frameborder="0"></iframe>
Embed The Serial Monitor
You can also embed the Serial Monitor section! Just use this HTML code.
<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>