├── .gitignore ├── Firmware ├── sharkbait_RX │ └── sharkbait_RX.ino ├── sharkbait_TX │ └── sharkbait_TX.ino └── sharkbait_TX_noFlow │ └── sharkbait_TX_noFlow.ino ├── Images └── sharkbait.bmp ├── PCBs ├── control_board │ ├── fp-info-cache │ ├── fp-lib-table │ ├── gerbs │ │ └── shark_bait.drl │ ├── images │ │ ├── .gitignore │ │ ├── Thumbs.db │ │ ├── featherfly.bmp │ │ ├── wind.bmp │ │ ├── windblow.bmp │ │ ├── windlogo.bmp │ │ └── youtubesh.bmp │ ├── project_libs │ │ ├── AP2112k.dcm │ │ ├── AP2112k.lib │ │ ├── Adafruit_FeatherWing.pretty │ │ │ ├── Conn_PinHeader_1x12.kicad_mod │ │ │ ├── Conn_PinHeader_1x12_Reduced.kicad_mod │ │ │ ├── Conn_PinHeader_1x16.kicad_mod │ │ │ ├── Conn_PinHeader_1x16_Reduced.kicad_mod │ │ │ ├── PCB_FeatherWing.kicad_mod │ │ │ ├── PCB_FeatherWing_NoHoles.kicad_mod │ │ │ └── PCB_FeatherWing_silk.kicad_mod │ │ ├── crystal_tiny.dcm │ │ ├── crystal_tiny.lib │ │ ├── logos.pretty │ │ │ ├── IDH_Logo_3mm.kicad_mod │ │ │ ├── IDH_Logo_6mm.kicad_mod │ │ │ ├── IDH_Logo_7mm.kicad_mod │ │ │ ├── IDH_Logo_9mm.kicad_mod │ │ │ ├── IdlehandsdevLogo.kicad_mod │ │ │ ├── SH_Logo.kicad_mod │ │ │ ├── SH_Logo_2P5mm.kicad_mod │ │ │ ├── SH_Logo_cu.kicad_mod │ │ │ ├── featherfly.kicad_mod │ │ │ ├── shark_bait_logo.kicad_mod │ │ │ ├── wind.kicad_mod │ │ │ ├── windlogo.kicad_mod │ │ │ ├── windy_feather.kicad_mod │ │ │ └── youtubesh.kicad_mod │ │ ├── project_footprints.pretty │ │ │ ├── C2V10.kicad_mod │ │ │ ├── C_0402_Hand.kicad_mod │ │ │ ├── C_SM0603.kicad_mod │ │ │ ├── Crystal_32khz.kicad_mod │ │ │ ├── EC_PAD.kicad_mod │ │ │ ├── EC_PAD_5.kicad_mod │ │ │ ├── FFC_HOR_14.kicad_mod │ │ │ ├── FFC_HOR_24.kicad_mod │ │ │ ├── FFC_HOR_6.kicad_mod │ │ │ ├── I_0402.kicad_mod │ │ │ ├── I_1212.kicad_mod │ │ │ ├── I_SM0805.kicad_mod │ │ │ ├── IdlehandsdevLogo.kicad_mod │ │ │ ├── JST_SH.kicad_mod │ │ │ ├── Led_0603.kicad_mod │ │ │ ├── Nidec_CS-7.kicad_mod │ │ │ ├── R_0402_Hand.kicad_mod │ │ │ ├── SOT23.kicad_mod │ │ │ ├── SOT23_DSG.kicad_mod │ │ │ ├── TESTP.kicad_mod │ │ │ ├── TQFP-48_7x7mm_Pitch0.5mm.kicad_mod │ │ │ ├── USBOTG_BoardMount.kicad_mod │ │ │ ├── USB_Micro-B_Vert_OTG.kicad_mod │ │ │ ├── c_0402.kicad_mod │ │ │ ├── c_1206.kicad_mod │ │ │ ├── c_1206_pol.kicad_mod │ │ │ ├── c_elec_6.3x5.3.kicad_mod │ │ │ ├── c_tant_D.kicad_mod │ │ │ ├── connect_QC_Male.kicad_mod │ │ │ ├── crystal_fa128.kicad_mod │ │ │ ├── crystal_smd_3.2x1.5.kicad_mod │ │ │ ├── crystal_smd_5x3.2mm.kicad_mod │ │ │ ├── fuse_smf.kicad_mod │ │ │ ├── pvqfn-n16.kicad_mod │ │ │ ├── pvqfn-n32.kicad_mod │ │ │ ├── pvqfn-n40.kicad_mod │ │ │ ├── pvqfn-n48.kicad_mod │ │ │ ├── sod323.kicad_mod │ │ │ ├── sod80c.kicad_mod │ │ │ ├── sot23-5.kicad_mod │ │ │ └── sot23-6.kicad_mod │ │ ├── samd21_mod.dcm │ │ ├── samd21_mod.lib │ │ └── usb_micro.lib │ ├── rescue-backup │ │ ├── hccg-2018-09-28-08-18-55.pro │ │ ├── hccg-2018-09-28-08-18-55.sch │ │ ├── hccg-cache-2018-09-28-08-18-55.lib │ │ ├── hccg-rescue-2018-09-28-08-18-55.lib │ │ ├── shark_bait-2019-05-19-08-49-19.pro │ │ ├── shark_bait-2019-05-19-08-49-19.sch │ │ ├── shark_bait-cache-2019-05-19-08-49-19.lib │ │ └── sym-lib-table-2019-05-19-08-49-19 │ ├── shark_bait-cache.lib │ ├── shark_bait-rescue.dcm │ ├── shark_bait-rescue.lib │ ├── shark_bait.csv │ ├── shark_bait.kicad_pcb │ ├── shark_bait.pro │ ├── shark_bait.sch │ ├── shark_bait.xml │ ├── shark_bait_old.sch │ └── sym-lib-table └── remote_board │ ├── .gitignore │ ├── README.md │ ├── fp-info-cache │ ├── fp-lib-table │ ├── gerbs │ ├── shark_bait_remote-NPTH.drl │ ├── shark_bait_remote-PTH.drl │ └── shark_bait_remote.drl │ ├── images │ ├── .gitignore │ ├── Thumbs.db │ ├── featherfly.bmp │ ├── wind.bmp │ ├── windblow.bmp │ ├── windlogo.bmp │ └── youtubesh.bmp │ ├── project_libs │ ├── AP2112k.dcm │ ├── AP2112k.lib │ ├── Adafruit_FeatherWing.pretty │ │ ├── Conn_PinHeader_1x12.kicad_mod │ │ ├── Conn_PinHeader_1x12_Reduced.kicad_mod │ │ ├── Conn_PinHeader_1x16.kicad_mod │ │ ├── Conn_PinHeader_1x16_Reduced.kicad_mod │ │ ├── PCB_FeatherWing.kicad_mod │ │ ├── PCB_FeatherWing_NoHoles.kicad_mod │ │ └── PCB_FeatherWing_silk.kicad_mod │ ├── crystal_tiny.dcm │ ├── crystal_tiny.lib │ ├── logos.pretty │ │ ├── IDH_Logo_3mm.kicad_mod │ │ ├── IDH_Logo_6mm.kicad_mod │ │ ├── IDH_Logo_7mm.kicad_mod │ │ ├── IDH_Logo_9mm.kicad_mod │ │ ├── IdlehandsdevLogo.kicad_mod │ │ ├── SH_Logo.kicad_mod │ │ ├── SH_Logo_2P5mm.kicad_mod │ │ ├── SH_Logo_cu.kicad_mod │ │ ├── featherfly.kicad_mod │ │ ├── shark_bait_logo.kicad_mod │ │ ├── wind.kicad_mod │ │ ├── windlogo.kicad_mod │ │ ├── windy_feather.kicad_mod │ │ └── youtubesh.kicad_mod │ ├── project_footprints.pretty │ │ ├── C2V10.kicad_mod │ │ ├── C_0402_Hand.kicad_mod │ │ ├── C_SM0603.kicad_mod │ │ ├── Crystal_32khz.kicad_mod │ │ ├── EC_PAD.kicad_mod │ │ ├── EC_PAD_5.kicad_mod │ │ ├── FFC_HOR_14.kicad_mod │ │ ├── FFC_HOR_24.kicad_mod │ │ ├── FFC_HOR_6.kicad_mod │ │ ├── I_0402.kicad_mod │ │ ├── I_1212.kicad_mod │ │ ├── I_SM0805.kicad_mod │ │ ├── IdlehandsdevLogo.kicad_mod │ │ ├── JST_SH.kicad_mod │ │ ├── Led_0603.kicad_mod │ │ ├── Nidec_CS-7.kicad_mod │ │ ├── R_0402_Hand.kicad_mod │ │ ├── SOT23.kicad_mod │ │ ├── SOT23_DSG.kicad_mod │ │ ├── TESTP.kicad_mod │ │ ├── TQFP-48_7x7mm_Pitch0.5mm.kicad_mod │ │ ├── USBOTG_BoardMount.kicad_mod │ │ ├── USB_Micro-B_Vert_OTG.kicad_mod │ │ ├── c_0402.kicad_mod │ │ ├── c_1206.kicad_mod │ │ ├── c_1206_pol.kicad_mod │ │ ├── c_elec_6.3x5.3.kicad_mod │ │ ├── c_tant_D.kicad_mod │ │ ├── connect_QC_Male.kicad_mod │ │ ├── crystal_fa128.kicad_mod │ │ ├── crystal_smd_3.2x1.5.kicad_mod │ │ ├── crystal_smd_5x3.2mm.kicad_mod │ │ ├── fuse_smf.kicad_mod │ │ ├── pvqfn-n16.kicad_mod │ │ ├── pvqfn-n32.kicad_mod │ │ ├── pvqfn-n40.kicad_mod │ │ ├── pvqfn-n48.kicad_mod │ │ ├── sod323.kicad_mod │ │ ├── sod80c.kicad_mod │ │ ├── sot23-5.kicad_mod │ │ └── sot23-6.kicad_mod │ ├── samd21_mod.dcm │ ├── samd21_mod.lib │ └── usb_micro.lib │ ├── rescue-backup │ ├── hccg-2018-09-28-08-18-55.pro │ ├── hccg-2018-09-28-08-18-55.sch │ ├── hccg-cache-2018-09-28-08-18-55.lib │ ├── hccg-rescue-2018-09-28-08-18-55.lib │ ├── shark_bait-2019-05-19-08-49-19.pro │ ├── shark_bait-2019-05-19-08-49-19.sch │ ├── shark_bait-cache-2019-05-19-08-49-19.lib │ ├── shark_bait_remote-2019-05-22-23-45-46.pro │ ├── shark_bait_remote-2019-05-22-23-45-46.sch │ ├── shark_bait_remote-cache-2019-05-22-23-45-46.lib │ └── sym-lib-table-2019-05-19-08-49-19 │ ├── shark_bait_remote-cache.lib │ ├── shark_bait_remote-rescue.dcm │ ├── shark_bait_remote-rescue.lib │ ├── shark_bait_remote.csv │ ├── shark_bait_remote.kicad_pcb │ ├── shark_bait_remote.pdf │ ├── shark_bait_remote.pro │ ├── shark_bait_remote.sch │ └── sym-lib-table ├── README.md ├── STL ├── Pumps │ ├── BatteryTieDown.stl │ ├── Drawing1.dwg │ ├── Drawing1.dxf │ ├── Knob.stl │ ├── MotorDriveMount.stl │ ├── Mount.stl │ ├── PCBMount.stl │ ├── RodMount.stl │ └── TubeMount.stl └── Remote │ ├── BatteryTieDown.stl │ └── PCBMount.stl └── SharkBait_Manual_PartsList.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/.gitignore -------------------------------------------------------------------------------- /Firmware/sharkbait_RX/sharkbait_RX.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/Firmware/sharkbait_RX/sharkbait_RX.ino -------------------------------------------------------------------------------- /Firmware/sharkbait_TX/sharkbait_TX.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/Firmware/sharkbait_TX/sharkbait_TX.ino -------------------------------------------------------------------------------- /Firmware/sharkbait_TX_noFlow/sharkbait_TX_noFlow.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/Firmware/sharkbait_TX_noFlow/sharkbait_TX_noFlow.ino -------------------------------------------------------------------------------- /Images/sharkbait.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/Images/sharkbait.bmp -------------------------------------------------------------------------------- /PCBs/control_board/fp-info-cache: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /PCBs/control_board/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/fp-lib-table -------------------------------------------------------------------------------- /PCBs/control_board/gerbs/shark_bait.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/gerbs/shark_bait.drl -------------------------------------------------------------------------------- /PCBs/control_board/images/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/images/.gitignore -------------------------------------------------------------------------------- /PCBs/control_board/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/images/Thumbs.db -------------------------------------------------------------------------------- /PCBs/control_board/images/featherfly.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/images/featherfly.bmp -------------------------------------------------------------------------------- /PCBs/control_board/images/wind.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/images/wind.bmp -------------------------------------------------------------------------------- /PCBs/control_board/images/windblow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/images/windblow.bmp -------------------------------------------------------------------------------- /PCBs/control_board/images/windlogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/images/windlogo.bmp -------------------------------------------------------------------------------- /PCBs/control_board/images/youtubesh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/images/youtubesh.bmp -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/AP2112k.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/AP2112k.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/AP2112k.lib -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x12.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x12.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x12_Reduced.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x12_Reduced.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x16.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x16.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x16_Reduced.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x16_Reduced.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing_NoHoles.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing_NoHoles.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing_silk.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing_silk.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/crystal_tiny.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/crystal_tiny.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/crystal_tiny.lib -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/IDH_Logo_3mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/IDH_Logo_3mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/IDH_Logo_6mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/IDH_Logo_6mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/IDH_Logo_7mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/IDH_Logo_7mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/IDH_Logo_9mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/IDH_Logo_9mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/IdlehandsdevLogo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/IdlehandsdevLogo.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/SH_Logo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/SH_Logo.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/SH_Logo_2P5mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/SH_Logo_2P5mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/SH_Logo_cu.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/SH_Logo_cu.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/featherfly.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/featherfly.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/shark_bait_logo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/shark_bait_logo.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/wind.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/wind.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/windlogo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/windlogo.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/windy_feather.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/windy_feather.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/logos.pretty/youtubesh.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/logos.pretty/youtubesh.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/C2V10.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/C2V10.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/C_0402_Hand.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/C_0402_Hand.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/C_SM0603.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/C_SM0603.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/Crystal_32khz.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/Crystal_32khz.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/EC_PAD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/EC_PAD.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/EC_PAD_5.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/EC_PAD_5.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/FFC_HOR_14.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/FFC_HOR_14.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/FFC_HOR_24.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/FFC_HOR_24.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/FFC_HOR_6.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/FFC_HOR_6.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/I_0402.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/I_0402.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/I_1212.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/I_1212.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/I_SM0805.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/I_SM0805.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/IdlehandsdevLogo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/IdlehandsdevLogo.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/JST_SH.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/JST_SH.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/Led_0603.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/Led_0603.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/Nidec_CS-7.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/Nidec_CS-7.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/R_0402_Hand.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/R_0402_Hand.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/SOT23.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/SOT23.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/SOT23_DSG.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/SOT23_DSG.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/TESTP.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/TESTP.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/TQFP-48_7x7mm_Pitch0.5mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/TQFP-48_7x7mm_Pitch0.5mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/USBOTG_BoardMount.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/USBOTG_BoardMount.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/USB_Micro-B_Vert_OTG.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/USB_Micro-B_Vert_OTG.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/c_0402.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/c_0402.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/c_1206.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/c_1206.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/c_1206_pol.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/c_1206_pol.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/c_elec_6.3x5.3.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/c_elec_6.3x5.3.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/c_tant_D.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/c_tant_D.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/connect_QC_Male.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/connect_QC_Male.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/crystal_fa128.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/crystal_fa128.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/crystal_smd_3.2x1.5.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/crystal_smd_3.2x1.5.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/crystal_smd_5x3.2mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/crystal_smd_5x3.2mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/fuse_smf.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/fuse_smf.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/pvqfn-n16.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/pvqfn-n16.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/pvqfn-n32.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/pvqfn-n32.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/pvqfn-n40.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/pvqfn-n40.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/pvqfn-n48.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/pvqfn-n48.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/sod323.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/sod323.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/sod80c.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/sod80c.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/sot23-5.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/sot23-5.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/project_footprints.pretty/sot23-6.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/project_footprints.pretty/sot23-6.kicad_mod -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/samd21_mod.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/samd21_mod.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/samd21_mod.lib -------------------------------------------------------------------------------- /PCBs/control_board/project_libs/usb_micro.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/project_libs/usb_micro.lib -------------------------------------------------------------------------------- /PCBs/control_board/rescue-backup/hccg-2018-09-28-08-18-55.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/rescue-backup/hccg-2018-09-28-08-18-55.pro -------------------------------------------------------------------------------- /PCBs/control_board/rescue-backup/hccg-2018-09-28-08-18-55.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/rescue-backup/hccg-2018-09-28-08-18-55.sch -------------------------------------------------------------------------------- /PCBs/control_board/rescue-backup/hccg-cache-2018-09-28-08-18-55.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/rescue-backup/hccg-cache-2018-09-28-08-18-55.lib -------------------------------------------------------------------------------- /PCBs/control_board/rescue-backup/hccg-rescue-2018-09-28-08-18-55.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/rescue-backup/hccg-rescue-2018-09-28-08-18-55.lib -------------------------------------------------------------------------------- /PCBs/control_board/rescue-backup/shark_bait-2019-05-19-08-49-19.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/rescue-backup/shark_bait-2019-05-19-08-49-19.pro -------------------------------------------------------------------------------- /PCBs/control_board/rescue-backup/shark_bait-2019-05-19-08-49-19.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/rescue-backup/shark_bait-2019-05-19-08-49-19.sch -------------------------------------------------------------------------------- /PCBs/control_board/rescue-backup/shark_bait-cache-2019-05-19-08-49-19.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/rescue-backup/shark_bait-cache-2019-05-19-08-49-19.lib -------------------------------------------------------------------------------- /PCBs/control_board/rescue-backup/sym-lib-table-2019-05-19-08-49-19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/rescue-backup/sym-lib-table-2019-05-19-08-49-19 -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/shark_bait-cache.lib -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/shark_bait-rescue.lib -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/shark_bait.csv -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/shark_bait.kicad_pcb -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/shark_bait.pro -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/shark_bait.sch -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/shark_bait.xml -------------------------------------------------------------------------------- /PCBs/control_board/shark_bait_old.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/shark_bait_old.sch -------------------------------------------------------------------------------- /PCBs/control_board/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/control_board/sym-lib-table -------------------------------------------------------------------------------- /PCBs/remote_board/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/.gitignore -------------------------------------------------------------------------------- /PCBs/remote_board/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/README.md -------------------------------------------------------------------------------- /PCBs/remote_board/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/fp-info-cache -------------------------------------------------------------------------------- /PCBs/remote_board/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/fp-lib-table -------------------------------------------------------------------------------- /PCBs/remote_board/gerbs/shark_bait_remote-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/gerbs/shark_bait_remote-NPTH.drl -------------------------------------------------------------------------------- /PCBs/remote_board/gerbs/shark_bait_remote-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/gerbs/shark_bait_remote-PTH.drl -------------------------------------------------------------------------------- /PCBs/remote_board/gerbs/shark_bait_remote.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/gerbs/shark_bait_remote.drl -------------------------------------------------------------------------------- /PCBs/remote_board/images/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/images/.gitignore -------------------------------------------------------------------------------- /PCBs/remote_board/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/images/Thumbs.db -------------------------------------------------------------------------------- /PCBs/remote_board/images/featherfly.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/images/featherfly.bmp -------------------------------------------------------------------------------- /PCBs/remote_board/images/wind.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/images/wind.bmp -------------------------------------------------------------------------------- /PCBs/remote_board/images/windblow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/images/windblow.bmp -------------------------------------------------------------------------------- /PCBs/remote_board/images/windlogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/images/windlogo.bmp -------------------------------------------------------------------------------- /PCBs/remote_board/images/youtubesh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/images/youtubesh.bmp -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/AP2112k.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/AP2112k.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/AP2112k.lib -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x12.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x12.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x12_Reduced.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x12_Reduced.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x16.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x16.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x16_Reduced.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/Conn_PinHeader_1x16_Reduced.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing_NoHoles.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing_NoHoles.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing_silk.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/Adafruit_FeatherWing.pretty/PCB_FeatherWing_silk.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/crystal_tiny.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/crystal_tiny.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/crystal_tiny.lib -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/IDH_Logo_3mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/IDH_Logo_3mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/IDH_Logo_6mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/IDH_Logo_6mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/IDH_Logo_7mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/IDH_Logo_7mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/IDH_Logo_9mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/IDH_Logo_9mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/IdlehandsdevLogo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/IdlehandsdevLogo.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/SH_Logo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/SH_Logo.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/SH_Logo_2P5mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/SH_Logo_2P5mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/SH_Logo_cu.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/SH_Logo_cu.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/featherfly.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/featherfly.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/shark_bait_logo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/shark_bait_logo.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/wind.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/wind.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/windlogo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/windlogo.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/windy_feather.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/windy_feather.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/logos.pretty/youtubesh.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/logos.pretty/youtubesh.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/C2V10.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/C2V10.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/C_0402_Hand.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/C_0402_Hand.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/C_SM0603.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/C_SM0603.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/Crystal_32khz.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/Crystal_32khz.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/EC_PAD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/EC_PAD.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/EC_PAD_5.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/EC_PAD_5.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/FFC_HOR_14.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/FFC_HOR_14.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/FFC_HOR_24.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/FFC_HOR_24.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/FFC_HOR_6.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/FFC_HOR_6.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/I_0402.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/I_0402.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/I_1212.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/I_1212.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/I_SM0805.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/I_SM0805.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/IdlehandsdevLogo.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/IdlehandsdevLogo.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/JST_SH.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/JST_SH.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/Led_0603.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/Led_0603.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/Nidec_CS-7.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/Nidec_CS-7.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/R_0402_Hand.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/R_0402_Hand.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/SOT23.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/SOT23.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/SOT23_DSG.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/SOT23_DSG.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/TESTP.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/TESTP.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/TQFP-48_7x7mm_Pitch0.5mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/TQFP-48_7x7mm_Pitch0.5mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/USBOTG_BoardMount.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/USBOTG_BoardMount.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/USB_Micro-B_Vert_OTG.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/USB_Micro-B_Vert_OTG.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/c_0402.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/c_0402.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/c_1206.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/c_1206.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/c_1206_pol.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/c_1206_pol.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/c_elec_6.3x5.3.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/c_elec_6.3x5.3.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/c_tant_D.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/c_tant_D.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/connect_QC_Male.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/connect_QC_Male.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/crystal_fa128.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/crystal_fa128.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/crystal_smd_3.2x1.5.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/crystal_smd_3.2x1.5.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/crystal_smd_5x3.2mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/crystal_smd_5x3.2mm.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/fuse_smf.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/fuse_smf.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/pvqfn-n16.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/pvqfn-n16.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/pvqfn-n32.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/pvqfn-n32.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/pvqfn-n40.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/pvqfn-n40.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/pvqfn-n48.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/pvqfn-n48.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/sod323.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/sod323.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/sod80c.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/sod80c.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/sot23-5.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/sot23-5.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/project_footprints.pretty/sot23-6.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/project_footprints.pretty/sot23-6.kicad_mod -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/samd21_mod.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/samd21_mod.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/samd21_mod.lib -------------------------------------------------------------------------------- /PCBs/remote_board/project_libs/usb_micro.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/project_libs/usb_micro.lib -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/hccg-2018-09-28-08-18-55.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/hccg-2018-09-28-08-18-55.pro -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/hccg-2018-09-28-08-18-55.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/hccg-2018-09-28-08-18-55.sch -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/hccg-cache-2018-09-28-08-18-55.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/hccg-cache-2018-09-28-08-18-55.lib -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/hccg-rescue-2018-09-28-08-18-55.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/hccg-rescue-2018-09-28-08-18-55.lib -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/shark_bait-2019-05-19-08-49-19.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/shark_bait-2019-05-19-08-49-19.pro -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/shark_bait-2019-05-19-08-49-19.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/shark_bait-2019-05-19-08-49-19.sch -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/shark_bait-cache-2019-05-19-08-49-19.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/shark_bait-cache-2019-05-19-08-49-19.lib -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/shark_bait_remote-2019-05-22-23-45-46.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/shark_bait_remote-2019-05-22-23-45-46.pro -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/shark_bait_remote-2019-05-22-23-45-46.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/shark_bait_remote-2019-05-22-23-45-46.sch -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/shark_bait_remote-cache-2019-05-22-23-45-46.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/shark_bait_remote-cache-2019-05-22-23-45-46.lib -------------------------------------------------------------------------------- /PCBs/remote_board/rescue-backup/sym-lib-table-2019-05-19-08-49-19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/rescue-backup/sym-lib-table-2019-05-19-08-49-19 -------------------------------------------------------------------------------- /PCBs/remote_board/shark_bait_remote-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/shark_bait_remote-cache.lib -------------------------------------------------------------------------------- /PCBs/remote_board/shark_bait_remote-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /PCBs/remote_board/shark_bait_remote-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/shark_bait_remote-rescue.lib -------------------------------------------------------------------------------- /PCBs/remote_board/shark_bait_remote.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/shark_bait_remote.csv -------------------------------------------------------------------------------- /PCBs/remote_board/shark_bait_remote.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/shark_bait_remote.kicad_pcb -------------------------------------------------------------------------------- /PCBs/remote_board/shark_bait_remote.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/shark_bait_remote.pdf -------------------------------------------------------------------------------- /PCBs/remote_board/shark_bait_remote.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/shark_bait_remote.pro -------------------------------------------------------------------------------- /PCBs/remote_board/shark_bait_remote.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/shark_bait_remote.sch -------------------------------------------------------------------------------- /PCBs/remote_board/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/PCBs/remote_board/sym-lib-table -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/README.md -------------------------------------------------------------------------------- /STL/Pumps/BatteryTieDown.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/BatteryTieDown.stl -------------------------------------------------------------------------------- /STL/Pumps/Drawing1.dwg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/Drawing1.dwg -------------------------------------------------------------------------------- /STL/Pumps/Drawing1.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/Drawing1.dxf -------------------------------------------------------------------------------- /STL/Pumps/Knob.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/Knob.stl -------------------------------------------------------------------------------- /STL/Pumps/MotorDriveMount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/MotorDriveMount.stl -------------------------------------------------------------------------------- /STL/Pumps/Mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/Mount.stl -------------------------------------------------------------------------------- /STL/Pumps/PCBMount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/PCBMount.stl -------------------------------------------------------------------------------- /STL/Pumps/RodMount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/RodMount.stl -------------------------------------------------------------------------------- /STL/Pumps/TubeMount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Pumps/TubeMount.stl -------------------------------------------------------------------------------- /STL/Remote/BatteryTieDown.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Remote/BatteryTieDown.stl -------------------------------------------------------------------------------- /STL/Remote/PCBMount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/STL/Remote/PCBMount.stl -------------------------------------------------------------------------------- /SharkBait_Manual_PartsList.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idlehandsdev/shark_bait/HEAD/SharkBait_Manual_PartsList.pdf --------------------------------------------------------------------------------