constrain()
설명
숫자를 어느 범위로 제한.
문법
constrain(x, a, b)
매개변수
- x: 제한할 수, 모든 자료형
- a: 범위의 하한, 모든 자료형
- b: 범위의 상한, 모든 자료형
반환값
- x: x가 a 와 b 사이에 있으면
- a: x가 a보다 작으면
- b: x가 b보다 크면
예제 코드
이 코드는 센서 값을 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.