SAMC21 Xplained Pro. AS6.2 AFS3.27
Here is the code:
c = 15.3; /*main oop*/ while(1) { //c = 15.3; d = c/3; cntr = 10; printf("Integer cntr= %d\r\n",cntr); printf("Float d= %f\r\n",d); //PRINTF statement that doesn't print. delay_s(2); c=c+1.0; cntr++; }
here is the output: