편집 기록

편집 기록
  • 프로필 알 수 없는 사용자님의 편집
    날짜2018.06.21

    코드 뜻좀 알려주세여


    const int a = sensor1;
    const int b = sensor2;
    const int c = sensor3;
    const int d = sensor4;

    if (a == LOW || b == LOW || c == LOW || d == LOW )

    이 코드 뜻이 뭔가여??

  • 프로필 dbwodlf3님의 편집
    날짜2018.01.02

    코드 뜻좀 알려주세여


    const int a = sensor1;
    const int b = sensor2;
    const int c = sensor3;
    const int d = sensor4;

    if (a == LOW || b == LOW || c == LOW || d == LOW )

    이 코드 뜻이 뭔가여??

  • 프로필 알 수 없는 사용자님의 편집
    날짜2017.12.30

    코드 뜻좀 알려주세여


    const int a = sensor1;
    const int b = sensor2;
    const int c = sensor3;
    const int d = sensor4;

    if (a == LOW || b == LOW || c == LOW || d == LOW )

    이 코드 뜻이 뭔가여??