1

Topic: Slider+analogWrite=ERROR

Hello! I use only one element in my project: RemoteXY.Slider_1.

void setup() 
{
  RemoteXY_Init ();   
  pinMode(5,OUTPUT);
}

void loop() 
{ 
  RemoteXY_Handler ();
  analogWrite(5,RemoteXY.slider_1);
}

My trouble is in closing RemoteXY app during first minute of working the program.
Is this an error in RemoteXY code? Or I can fix it myself?