TCD1201 이미지 센서
TCD1201D 를 이용한 아두이노 C코드 /* Linear CCD readout lCCD: Toshiba TCD 1201D, 2048 pixel Pinmap: 22 DIL Chip Arduino Pin 1 : OS (Output Signal) A0 2 : DOS (Compensation Output) A1 3 : OD (Power +5V) +5V 4 : RS (Reset Gate) 6 5 : BT (Boost Pulse) 7 6 : P2 (clock Phase 2) 5 19 : P1 (clock Phase 1) 4 21 : SH (Shift Gate) 3 all other pins connected to GND GND */ #define OS_PIN A0 #define DOS_PIN A1 #define..
LinearImageSensor
2022. 4. 1. 20:27