i installed a dc motor on the mShield. It works good. But when setting the speed to below 200 it starts to giva a beeping sound, lack of power?
the same sound occurs when turning the pot to the blow.
- Code: Select all
if ( val >= 450 && val <=550 ){
//Serial.print("middle");
motor.run(RELEASE);
}
How can i solve?

