constrain()

설명

숫자를 어느 범위로 제한.

문법

constrain(x, a, b)

매개변수

  • x: 제한할 수, 모든 자료형
  • a: 범위의 하한, 모든 자료형
  • b: 범위의 상한, 모든 자료형

반환값

  • x: xab 사이에 있으면
  • a: xa보다 작으면
  • b: xb보다 크면

예제 코드

이 코드는 센서 값을 10에서 150 사이로 제한.

sensVal = constrain(sensVal, 10, 150); // 센서 값을 10에서 150 사이로 제한.

더보기

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES