float x,y; void main() { y=(float)knob(); x=y*250./3.5; tone(x,0.01); printf("Delay time is %d msec\n",mseconds()); printf("Delay time is %d msec",mseconds()); }