soft potentiometer1 soft potentiometer + RGBLED soft potentiometer + RGBLED soft potentiometer 로 RGBLED를 제어하기 이 예제는 아두이노 가이드북에 나온 내용이다. soft potentiometer는 손으로 접촉하는 위치에 따라 저항값이 달라지는 센서다. 이 센서값을 받아 RGBLED를 켜보자. 아두이노와 연결 사진 스케치 소스 ------------------------------------------------------------------------------- int sensor =A0; //soft potentiometer의 중간핀과 연결 int sensorval = 0; int redPin =9; //RGBLED 연결핀 int greenPin =10; //RGBLED 연결핀 int bluePin =.. 2012. 6. 26. 이전 1 다음