This project refers to an Arduino sketch that implements a calculator which valuates infix mathematical expressions using appropriate algorithms and data structures. The mathematical expressions are given through the USB port, while the valuation and presentation of results is done by Arduino. The results are displayed in an appropriate LCD display.
Archive for September 18, 2010
Arduino: Valuation calculator of infix mathematical expressions.
September 18, 2010
Tags: Arduino, calculator, expression, free software, infix, keypad, LCD, open source, postfix, shunting-yard, sketch, stack