//전구를 1번 모터 단자 (바깥쪽 단자)에 연결합니다. procedure setup end procedure loop for (i=0; i < 100; i++) { Motor1Write(i) Delay(100) } end