├── LICENSE ├── README.md ├── hardware ├── 74HC86.PDF ├── CAM86-sch.pdf ├── README.md ├── acd_timing_1_ch_CDS.png ├── ack_wr_generation.png ├── adc_operation.md ├── cxd1267_blk_diagram.png ├── cxd1267_in_camera.png ├── cxd1267_truth_table.png ├── design_notes.md ├── key_components.md ├── tools.md └── vertical_driver.md └── software ├── README.md └── compiling_the_firmware.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/README.md -------------------------------------------------------------------------------- /hardware/74HC86.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/74HC86.PDF -------------------------------------------------------------------------------- /hardware/CAM86-sch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/CAM86-sch.pdf -------------------------------------------------------------------------------- /hardware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/README.md -------------------------------------------------------------------------------- /hardware/acd_timing_1_ch_CDS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/acd_timing_1_ch_CDS.png -------------------------------------------------------------------------------- /hardware/ack_wr_generation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/ack_wr_generation.png -------------------------------------------------------------------------------- /hardware/adc_operation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/adc_operation.md -------------------------------------------------------------------------------- /hardware/cxd1267_blk_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/cxd1267_blk_diagram.png -------------------------------------------------------------------------------- /hardware/cxd1267_in_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/cxd1267_in_camera.png -------------------------------------------------------------------------------- /hardware/cxd1267_truth_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/cxd1267_truth_table.png -------------------------------------------------------------------------------- /hardware/design_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/design_notes.md -------------------------------------------------------------------------------- /hardware/key_components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/key_components.md -------------------------------------------------------------------------------- /hardware/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/tools.md -------------------------------------------------------------------------------- /hardware/vertical_driver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/hardware/vertical_driver.md -------------------------------------------------------------------------------- /software/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/software/README.md -------------------------------------------------------------------------------- /software/compiling_the_firmware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smr547/cam86/HEAD/software/compiling_the_firmware.md --------------------------------------------------------------------------------