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.

Dependencies:   mbed

Fork of Serial_HelloWorld_Mbed by mbed official

History

Comments update default tip

2014-09-22, by andrelongo85 [Mon, 22 Sep 2014 06:32:31 +0000] rev 5

Comments update


Comments update

2014-09-22, by andrelongo85 [Mon, 22 Sep 2014 06:27:25 +0000] rev 4

Comments update


Interrupt driven and added support to power operator (only positive exponent)

2014-09-22, by andrelongo85 [Mon, 22 Sep 2014 06:23:35 +0000] rev 3

Interrupt driven and added support to power operator (only positive exponent)


Added Negative Number Support

2014-09-22, by andrelongo85 [Mon, 22 Sep 2014 04:29:44 +0000] rev 2

Added Negative Number Support


Serial Integer Calculator First Draft

2014-09-22, by andrelongo85 [Mon, 22 Sep 2014 03:12:09 +0000] rev 1

Serial Integer Calculator First Draft


Serial HelloWorld

2013-02-12, by mbed_official [Tue, 12 Feb 2013 17:39:05 +0000] rev 0

Serial HelloWorld