Page 781 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 781
공중망을 이용한 애완동물 사료 공급기
{
status[index]=0;
}
DoStart(index);
}
}
if(dataa[1] == 'G')
{
index=chcheck(dataa[2]);
place = index + 1;
if(index != 10)
{
if(status[index]==0)
{
status[index]='G';
}
else if(status[index]!=0)
{
status[index]=0;
}
DoStart(index);
}
}
if(dataa[1] == 'N')
{
index=chcheck(dataa[2]);
place = index + 1;
if(index != 10)
{
if(status[index]==0)
{
status[index]='N';
}
else if(status[index]!=0)
{
status[index]=0;
}
DoStart(index);
}
}
if(dataa[1] == 'O')
인천전자마이스터고등학교
- 774 -