Tags
- 태양광 충전 휴대폰케이스
- 태양광 휴대폰케이스
- Video
- PCB Artwork
- 체험지수
- pcb 설계
- Imitating Arm
- JLCPCB
- SIOR-TITAN
- opencv-python
- 태양 충전 케이스
- 태양광 충전케이스
- 태양광
- Arduino
- 오디세이 x86
- artwork
- RQ-TITAN
- motion recognition
- 윈도우10
- UART
- opencv
- 모션제어
- Canny
- 아두이노
- pcb
- EasyEDA
- Motion Estimation
- odyssey x86J4105
- Python
- 태양전지
Archives
- Today
- Total
목록풀다운저항 (1)
제너럴공국
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Kr0bp/btqUTm1rC5N/TAVGVBoLrbTMZVH4seKxI0/img.jpg)
스위치를 풀다운 저항과 연결하여 테스트 해보겠습니다. 풀다운 저항은 디지털핀에서 값을 읽을때, 값이 0과 1이 아닌 애매한 값에 위치해 불러일으키는 오류를 방지합니다. 아두이노 UNO 스위치 저항 10kohm (스위치가 아닌 다른 센서류를 위한 풀다운일 경우 전류에 맞는 다른 저항이 필요합니다.) 8번 디지털 핀에 연결하였습니다. void setup() { // put your setup code here, to run once: pinMode(8, INPUT); Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: int data = digitalRead(8); Serial.print("I`ve read: "..
전자전기공학/Arduino
2021. 1. 26. 15:00