
This simple program enable LPC11U24 MBED board to act as a simple integer calculator. Just type the operation you want to execute from the serial terminal. Admitted operations: +, -, * /, ^ (only positive exponent). Multiple operations in raw are supported as well as negative integer.
Fork of Serial_HelloWorld_Mbed by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:8bb67df511a3 | 2014-09-22 | andrelongo85 | Comments update |
4:235e50314809 | 2014-09-22 | andrelongo85 | Comments update |
3:3bef1c4e42d4 | 2014-09-22 | andrelongo85 | Interrupt driven and added support to power operator (only positive exponent) |
2:0baf535ed8f8 | 2014-09-22 | andrelongo85 | Added Negative Number Support |
1:247161a5c5d6 | 2014-09-22 | andrelongo85 | Serial Integer Calculator First Draft |
0:879aa9d0247b | 2013-02-12 | mbed_official | Serial HelloWorld |