part1

Dependencies:   mbed

Revision:
5:cb200e69a544
Parent:
4:34df824930f6
Child:
6:ab02d7bb40cb
--- a/main.cpp	Tue Feb 17 19:22:51 2015 +0000
+++ b/main.cpp	Tue Feb 17 19:23:35 2015 +0000
@@ -36,7 +36,7 @@
                 //fgets(input, sizeof input, stdin);  //input size length 9 followed by enter (xxxx xxxx/r)
                 isint = sscanf(input, "%f %d",&freq,&dur);      //assign input variables
                 
-                printf("isint = %d\r",isint); //debug check if input is correct
+                //printf("isint = %d\r",isint); //debug check if input is correct
                 //if input is incorrect this will be displayed
                 if(isint!= 2)
                 printf("You did not enter a number.Please enter an argument's number\r");