ループの中で
if (millis()%40>20){
ledつける処理
}
else
{
led消す
}
if (millis()%1000<100){
digitalWrite(RedLED_Pin, HIGH);
}
else
{
digitalWrite(RedLED, LOW);
}