├── .gitignore ├── Case ├── helix-beta-acril-4row.pdf ├── helix-beta-acril-5row.pdf └── helix-beta-stainless-5row.pdf ├── Doc ├── buildguide_en.md ├── buildguide_jp.md ├── firmware_en.md ├── firmware_jp.md ├── usage_en.md └── usage_jp.md ├── FontConverter ├── hex2img.py └── img2hex.py ├── Hex ├── helix_rev2_default.hex ├── helix_rev2_default_4rows_oled_backlight.hex ├── helix_rev2_default_4rows_oled_underglow.hex ├── helix_rev2_default_oled_backlight.hex └── helix_rev2_default_oled_underglow.hex ├── LICENSE ├── PCB └── beta │ ├── gerber │ ├── helix-B.Cu.gbr │ ├── helix-B.Mask.gbr │ ├── helix-B.SilkS.gbr │ ├── helix-Edge.Cuts.gbr │ ├── helix-F.Cu.gbr │ ├── helix-F.Mask.gbr │ ├── helix-F.SilkS.gbr │ ├── helix-NPTH.drl │ └── helix.drl │ ├── helix-cache.lib │ ├── helix.cmp │ ├── helix.kicad_pcb │ ├── helix.net │ ├── helix.pro │ ├── helix.sch │ └── helix.xml └── readme.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Byte-compiled / optimized / DLL files 2 | __pycache__/ 3 | *.py[cod] 4 | *$py.class 5 | 6 | # C extensions 7 | *.so 8 | 9 | # Distribution / packaging 10 | .Python 11 | env/ 12 | build/ 13 | develop-eggs/ 14 | dist/ 15 | downloads/ 16 | eggs/ 17 | .eggs/ 18 | lib/ 19 | lib64/ 20 | parts/ 21 | sdist/ 22 | var/ 23 | wheels/ 24 | *.egg-info/ 25 | .installed.cfg 26 | *.egg 27 | 28 | # PyInstaller 29 | # Usually these files are written by a python script from a template 30 | # before PyInstaller builds the exe, so as to inject date/other infos into it. 31 | *.manifest 32 | *.spec 33 | 34 | # Installer logs 35 | pip-log.txt 36 | pip-delete-this-directory.txt 37 | 38 | # Unit test / coverage reports 39 | htmlcov/ 40 | .tox/ 41 | .coverage 42 | .coverage.* 43 | .cache 44 | nosetests.xml 45 | coverage.xml 46 | *.cover 47 | .hypothesis/ 48 | 49 | # Translations 50 | *.mo 51 | *.pot 52 | 53 | # Django stuff: 54 | *.log 55 | local_settings.py 56 | 57 | # Flask stuff: 58 | instance/ 59 | .webassets-cache 60 | 61 | # Scrapy stuff: 62 | .scrapy 63 | 64 | # Sphinx documentation 65 | docs/_build/ 66 | 67 | # PyBuilder 68 | target/ 69 | 70 | # Jupyter Notebook 71 | .ipynb_checkpoints 72 | 73 | # pyenv 74 | .python-version 75 | 76 | # celery beat schedule file 77 | celerybeat-schedule 78 | 79 | # SageMath parsed files 80 | *.sage.py 81 | 82 | # dotenv 83 | .env 84 | 85 | # virtualenv 86 | .venv 87 | venv/ 88 | ENV/ 89 | 90 | # Spyder project settings 91 | .spyderproject 92 | .spyproject 93 | 94 | # Rope project settings 95 | .ropeproject 96 | 97 | # mkdocs documentation 98 | /site 99 | 100 | # mypy 101 | .mypy_cache/ 102 | 103 | # kicad 104 | !*.lib -------------------------------------------------------------------------------- /Case/helix-beta-acril-4row.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/05d74806fa54524be6131f66a37a12a9488024b0/Case/helix-beta-acril-4row.pdf -------------------------------------------------------------------------------- /Case/helix-beta-acril-5row.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/05d74806fa54524be6131f66a37a12a9488024b0/Case/helix-beta-acril-5row.pdf -------------------------------------------------------------------------------- /Case/helix-beta-stainless-5row.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/05d74806fa54524be6131f66a37a12a9488024b0/Case/helix-beta-stainless-5row.pdf -------------------------------------------------------------------------------- /Doc/buildguide_en.md: -------------------------------------------------------------------------------- 1 | 2 | # Helix Beta Build Guide 3 | 4 | 5 | ## Parts 6 | 7 | The list below is for one half. To build both halves, you will need two sets of these parts. 8 | 9 | | Name | Quantity | Notes | 10 | | ---- | ---- | --- | 11 | | PCB | 1 | | 12 | | Pro Micro | 1 | | 13 | | TRRS Jack | 1 | | 14 | | Tactile Switch | 1 | | 15 | | Spring-loaded pin headers 12-pin | 2 | Regular headers will also work | 16 | | Plate (Acrylic or Stainless) | 1 set | | 17 | | Display Cover Plate | 1 | | 18 | | M2 Spacer 4mm | 6 | For low-profile switches | 19 | | M2 Spacer 7mm | 6 | For MX-style switches | 20 | | M2 Spacer 8mm | 2 | | 21 | | M2 Screw 3mm| 14 | | 22 | | M2 Low Profile Screw 5mm| 2 | | 23 | | Rubber Bump-Ons | 6 | | 24 | | Diodes | 32 | SMD diodes are required for low-profile switches. | 25 | | Keyswitches | 32 | Either Cherry MX or Kailh Low-Profile compatible | 26 | | Keycaps | 32 | Whichever caps suit the switches | 27 | | 3.5mm Aux Cable | 1 | For the split connection | 28 | | MicroUSB Cable | 1 | | 29 | | Insulating Sheet | 1 | For stainless steel plates (Optional) | 30 | | WS2812B Strip (6 LEDs) | 1 | For underglow (Optional) | 31 | | SK6812mini | 32 | For backlight (Optional) | 32 | | OLED Module | 1 | For OLED display (Optional) | 33 | | Socket, 4-Pin | 1 | For OLED display (Optional) | 34 | | Headers, 4-Pin | 1 | For OLED display (Optional) | 35 | 36 | ## Necessary Tools 37 | 38 | | Name | Notes | 39 | | ---- | ---- | 40 | | Soldering Iron | If using backlight LEDs, it must be temperature-controllable. | 41 | | Thin solder | ~0.8mm diameter recommended | 42 | | Tweezers | For SMD part assembly | 43 | 44 | ## Selecting Options 45 | Before beginning assembly, it will be necessary to decide on the options for the build. 46 | 47 | 48 | ### Row Quantity (5 or 4) 49 | By breaking away the bottom row, you can select the row quantity. 50 | 51 | 52 | ### LED Selection (Underglow or Backlight) 53 | Either the per-key backlight or below-PCB underglow may be selected. 54 | 55 | ## Building the Helix 56 | 57 | The guide will focus on the left half. For the right, simply flip the PCB. 58 | 59 | ![Imgur](https://i.imgur.com/N4rZw99.jpg) 60 | 61 | __It is strongly recommended to read the ENTIRE build guide first before beginning work.__ 62 | 63 | ### Preparing the PCB 64 | 65 | If installing the optional OLED display, jumpers must be connected. 66 | Please solder the four jumpers on the __upper side__ of the PCB on both halves. 67 | (Do not solder jumpers on both the front and rear.) 68 | 69 | ![Imgur](https://i.imgur.com/nKrfKwf.jpg?2) 70 | 71 | 72 | 73 | ### Installing Parts 74 | 75 | #### Diodes 76 | 77 | Install diodes onto the __bottom__, whether through-hole or surface mount. Note: if using choc low profile switches surface mount diodes are recommended as through hole diode legs would need to be flush on the top of the board to allow the top plate to sit correctly. See issue [22](https://github.com/MakotoKurauchi/helix/issues/22) for details and work arounds. 78 | 79 | Make sure all diodes are installed in the correct orientation. 80 | Even when the silk label is invisible, all diodes face the same orientation. 81 | 82 | 83 | ![Imgur](https://i.imgur.com/HNnsSsT.jpg?2) 84 | 85 | ![Imgur](https://i.imgur.com/nSBrYvQ.jpg?1) 86 | 87 | #### Backlight LED (Optional) 88 | 89 | Backlight LEDs are installed from the **bottom** of the PCB. Verify the orientation of the LEDs when installing - the largest pad should align with the corner marked with the circle on the silkscreen layer. 90 | 91 | 92 | There are some places where this silkscreen is invisible; however, all LEDs of each row face the same orientation. However, **not all rows share the same orientation** (they switch orientation by 180 degrees each row). 93 | 94 | Using a variable temperature soldering iron, solder the LEDs into place at roughly 220C (428F). __Overheating the LEDs will destroy the LEDs.__ 95 | 96 | ![Imgur](https://i.imgur.com/omUY0ac.jpg?2) 97 | 98 | ![Imgur](https://i.imgur.com/Sdb0xIW.jpg?2) 99 | 100 | 101 | 102 | An efficient method is to solder the largest pads on the entire row, then to do the rest of the pads. 103 | 104 | 105 | 106 | 107 | #### TRRS Jack 108 | 109 | Install from the topside following the silkscreen. 110 | 111 | ![Imgur](https://i.imgur.com/C5P0kDs.jpg?2) 112 | 113 | 114 | #### Reset Switch 115 | 116 | Install from the topside as marked by silkscreen. 117 | 118 | ![Imgur](https://i.imgur.com/K2FCjWh.jpg?2) 119 | 120 | #### Pro Micro 121 | 122 | Solder the spring loaded header to the pro micro, making sure that the bottom side faces upwards. 123 | 124 | ![Imgur](https://i.imgur.com/pasAMct.jpg) 125 | 126 | The recommended orientation is the following. 127 | 128 | ![Imgur](https://i.imgur.com/GyAEU3l.jpg) 129 | 130 | The smaller windows should be on the Pro Micro side. 131 | Also, install so both sets of headers have the small windows facing the same orientation. 132 | 133 | ![Imgur](https://i.imgur.com/QsmOP1X.jpg) 134 | 135 | ![Imgur](https://i.imgur.com/nvFQElc.jpg) 136 | 137 | Installing in the wrong orientation or applying significant force before soldering will lead to the pins ejecting. Also, the legs are easily bent; please take care when inserting and removing the Pro Micro from the PCB. 138 | 139 | With the bottom side up, insert the header-loaded Pro Micro onto the through-hole pads. Even without soldering, it should lock into place. 140 | 141 | ![Imgur](https://i.imgur.com/Hj5YHhp.jpg) 142 | 143 | 144 | #### OLED Module (Optional) 145 | 146 | Install sockets on the topside, and solder the headers onto the OLED module. 147 | Install the OLED module so it covers the Pro Micro below. 148 | 149 | 150 | ![Imgur](https://i.imgur.com/Uy9osXH.jpg) 151 | 152 | ![Imgur](https://i.imgur.com/9K3uwFV.jpg) 153 | 154 | 155 | #### RGB Underglow Strip 156 | 157 | After verifying orientation, either solder into place or solder using jumper wires. 158 | 159 | ![Imgur](https://i.imgur.com/hkJUmcZ.jpg) 160 | 161 | #### Switches 162 | 163 | Install switches to the plate, then to the PCB, and solder. 164 | Be careful of solder bridges when other parts are close by. 165 | 166 | ![Imgur](https://i.imgur.com/w8b6SMt.jpg) 167 | 168 | * At this point, it is recommended to flash the [firmware](firmware_en.md), and to verify that everything functions properly. 169 | 170 | 171 | ### Final Assembly 172 | 173 | Install two 8mm standoffs on the topside, and screw into place. 174 | 175 | ![Imgur](https://i.imgur.com/pNzGs7G.jpg) 176 | 177 | Using 4mm standoffs on low-profile and 7mm for MX, secure the bottom plate into place as to sandwich the PCB. 178 | 179 | ![Imgur](https://i.imgur.com/FWfX1rQ.jpg) 180 | 181 | Install the display-protecting plate using the low-profile screws. 182 | 183 | ![Imgur](https://i.imgur.com/YsHOSRJ.jpg) 184 | 185 | Install bump-ons. 186 | 187 | ![Imgur](https://i.imgur.com/b6dDQVc.jpg) 188 | 189 | The build is complete. 190 | 191 | ![Imgur](https://i.imgur.com/WEFh37i.jpg) 192 | -------------------------------------------------------------------------------- /Doc/buildguide_jp.md: -------------------------------------------------------------------------------- 1 | # Helixベータ ビルドガイド 2 | 3 | 4 | ## 部品 5 | 6 | 下記は1つ作るのに必要な部品の数です。両手分を作るには2セット必要です。 7 | 8 | | 名前 | 数 | 備考 | 9 | | ---- | ---- | --- | 10 | | PCB | 1枚 | | 11 | | Pro Micro | 1個 | | 12 | | TRRSジャック | 1個 | | 13 | | タクトスイッチ | 1個 | | 14 | | スプリングピンヘッダ 12P | 2個 | 通常のピンヘッダでも可 | 15 | | プレート(アクリルかステンレス) | 1セット| | 16 | | 保護プレート | 1枚 | | 17 | | M2スペーサー 4mm | 6個 | ロープロファイルスイッチ用 | 18 | | M2スペーサー 7mm | 6個 | MX互換スイッチ用 | 19 | | M2スペーサー 8mm | 2個 | | 20 | | M2ネジ 3mm| 14個 | | 21 | | M2低頭ネジ 5mm| 2個 | | 22 | | ゴム足 | 6個 | | 23 | | ダイオード | 32個 | ロープロファイルスイッチを使用する場合はSMDのダイオードが必要です。 | 24 | | キースイッチ | 32個 | KalihロープロファイルあるいはMX互換 | 25 | | キーキャップ | 32個 | キースイッチと互換があるもの | 26 | | 3.5mmオーディオケーブル | 左右合わせて1本 | 左右のキーボード接続用 | 27 | | micro USBケーブル | 左右あわせて1本 | | 28 | | 絶縁シート | 1枚 | ステンレスプレート用(オプション)| 29 | | LEDストリップ(WS2812B 6個付き) | 1個 | Underglow用(オプション) | 30 | | SK6812mini | 32個 | バックライト用(オプション) | 31 | | OLEDモジュール | 1個 | OLED用(オプション) | 32 | | ピンソケット 4P | 1個 | OLED用(オプション) | 33 | | ピンヘッダ 4P | 1個 | OLED用(オプション) | 34 | 35 | ## 必要な道具 36 | 37 | | 名前 | 備考 | 38 | | ---- | ---- | 39 | | はんだごて | バックライトLEDを使用する場合は調温出来るもの | 40 | | 糸ハンダ | 0.8mm程度のものを推奨 | 41 | | ピンセット | チップ部品実装時 | 42 | 43 | ## 構成の選択 44 | 制作を始める前にどのような構成にするか決めておく必要があります。 45 | 46 | ### 行数の選択(5行または4行) 47 | PCBを切断することによってデフォルトの5行から4行へ変更することができます。 48 | 49 | 50 | ### LEDの選択(Underglowかバックライト) 51 | テープLEDを使用したUnderglowか、チップLEDを使用するバックライトを選択します。 52 | 53 | ## 組み立て方 54 | 55 | 以降は左手用で説明します。右手用はPCBを反転して下さい。 56 | 57 | ![Imgur](https://i.imgur.com/N4rZw99.jpg) 58 | 59 | __一度全ての工程を読み、理解してから作業を進めることをお勧めします。__ 60 | 61 | ### PCBの準備 62 | 63 | オプションのOLEDモジュールを使用するときはPCBにジャンパが必要になります。 64 | 左右ともに**上面側**の4箇所をジャンパします。 65 | (両面をジャンパしてはいけません) 66 | 67 | ![Imgur](https://i.imgur.com/nKrfKwf.jpg?2) 68 | 69 | 70 | 71 | ### パーツ実装 72 | 73 | #### ダイオード 74 | 75 | リードタイプ、チップタイプ共にPCBの**下面側**から実装します。 76 | 77 | ダイオードには向きがあるので注意してください。 78 | シルクが見えなくなっているところがありますが、全て同じ方向なので他に合わせてください。 79 | 80 | 81 | ![Imgur](https://i.imgur.com/HNnsSsT.jpg?2) 82 | 83 | ![Imgur](https://i.imgur.com/nSBrYvQ.jpg?1) 84 | 85 | #### バックライトLED(オプション) 86 | 87 | バックライト用のチップLEDはPCBの**下面側**から実装します。向きに注意して穴に入れてください。裏から見て、一番大きいパッドとシルクの○が同じ位置になります。 88 | 89 | 90 | シルクが見えなくなっているところがありますが、同じ行は同じ向きですので見えるところを参考にしてください。また、**行ごとに向きが変わるので注意してください**。 91 | 92 | 調温半田ごてを使い、約220℃ではんだ付けします。__温度が高いとLEDが壊れますのでご注意ください__。 93 | 94 | ![Imgur](https://i.imgur.com/omUY0ac.jpg?2) 95 | 96 | ![Imgur](https://i.imgur.com/Sdb0xIW.jpg?2) 97 | 98 | 99 | 100 | 1行分まとめてLEDを並べて一番大きいパッドだけ仮で半田付けしてから、残りの部分をはんだ付けすると、効率よくつけられます。 101 | 102 | 103 | 104 | 105 | #### TRRSジャック 106 | 107 | シルクにしたがって上面から実装してください。 108 | 109 | ![Imgur](https://i.imgur.com/C5P0kDs.jpg?2) 110 | 111 | 112 | #### リセットスイッチ 113 | 114 | タクトスイッチを上面から実装してください。 115 | 116 | ![Imgur](https://i.imgur.com/K2FCjWh.jpg?2) 117 | 118 | #### Pro Micro 119 | 120 | スプリングピンヘッダをPro Microに半田付けします。Pro Microの裏面(平らな方)が上になるようにします。 121 | 122 | ![Imgur](https://i.imgur.com/pasAMct.jpg) 123 | 124 | スプリングピンヘッダには推奨する向きがあります。 125 | 126 | ![Imgur](https://i.imgur.com/GyAEU3l.jpg) 127 | 128 | 小さい窓がPro Micro寄りになります。 129 | また、実装時には二本ともに小さい窓が同じ方向を向くようにしてください。 130 | 131 | ![Imgur](https://i.imgur.com/QsmOP1X.jpg) 132 | 133 | ![Imgur](https://i.imgur.com/nvFQElc.jpg) 134 | 135 | ※向きを間違えたり、はんだ付けする前に強い力がかかるとピンが外れますので注意してください。また、足が折れ曲りやすいので抜き差しするときには注意して扱ってください。 136 | 137 | 裏面を上にしてPCBの白枠線内のスルーホールに取り付けてください。はんだ付けしなくても固定されます。 138 | 139 | ![Imgur](https://i.imgur.com/Hj5YHhp.jpg) 140 | 141 | 142 | #### OLEDモジュール(オプション) 143 | 144 | ピンソケットを上面に実装し、ピンヘッダをOLEDモジュールに半田付けします。 145 | そしてPro Microの上に被せるようにしてピンソケットに差し込みます。 146 | 147 | 148 | ![Imgur](https://i.imgur.com/Uy9osXH.jpg) 149 | 150 | ![Imgur](https://i.imgur.com/9K3uwFV.jpg) 151 | 152 | 153 | #### Underglow用テープLED(オプション) 154 | 155 | 向きに注意して裏面に直接実装するか配線材を使って実装してください。 156 | 157 | ![Imgur](https://i.imgur.com/hkJUmcZ.jpg) 158 | 159 | #### キースイッチ 160 | 161 | マウントプレートを挟んでPCBに実装します。 162 | 狭いところは隣のパッドにブリッジしないよう気をつけて下さい。 163 | 164 | ![Imgur](https://i.imgur.com/w8b6SMt.jpg) 165 | 166 | ※ここまで来たら一旦[ファームウェア](firmware_jp.md)を書き込み、動作確認をした方が良いでしょう。 167 | 168 | 169 | ### 最終組み立て 170 | 171 | 8mmのスペーサーを2本、PCB上面にネジ止めします。 172 | 173 | ![Imgur](https://i.imgur.com/pNzGs7G.jpg) 174 | 175 | ロープロスイッチは4mm、MXキースイッチは7mmのスペーサーを使い、PCBをサンドイッチするように底面用のプレートをネジ止めします。 176 | 177 | ![Imgur](https://i.imgur.com/FWfX1rQ.jpg) 178 | 179 | 保護プレートを8mmのスペーサーに低頭ネジを使ってネジ止めします。 180 | 181 | ![Imgur](https://i.imgur.com/YsHOSRJ.jpg) 182 | 183 | ゴム足を底面に貼ります。 184 | 185 | ![Imgur](https://i.imgur.com/b6dDQVc.jpg) 186 | 187 | 完成です。 188 | 189 | ![Imgur](https://i.imgur.com/WEFh37i.jpg) 190 | -------------------------------------------------------------------------------- /Doc/firmware_en.md: -------------------------------------------------------------------------------- 1 | # Firmware 2 | 3 | ## To Simply Verify Function 4 | 5 | It is possible to verify functionality without building using [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases). 6 | 7 | ![Imgur](https://i.imgur.com/75BHCKI.png) 8 | 9 | 1. Verify that an atmega32u4 is detected 10 | 2. Download any of the firmwares below which suits the options selected, and open it in QMK Toolbox 11 | 12 | 13 | - No options: [helix_rev2_default.hex](http://qmk.fm/compiled/helix_rev2_default.hex) 14 | - 5-row OLED and backlight: [helix_rev2_default_oled_backlight.hex](https://raw.githubusercontent.com/MakotoKurauchi/helix/master/Hex/helix_rev2_default_oled_backlight.hex) 15 | - 5-row OLED and underglow: [helix_rev2_default_oled_underglow.hex](https://raw.githubusercontent.com/MakotoKurauchi/helix/master/Hex/helix_rev2_default_oled_underglow.hex) 16 | - 4-row OLED and backlight: [helix_rev2_default_4rows_oled_backlight.hex](https://raw.githubusercontent.com/MakotoKurauchi/helix/master/Hex/helix_rev2_default_4rows_oled_backlight.hex) 17 | - 4-row OLED and underglow: [helix_rev2_default_4rows_oled_underglow.hex](https://raw.githubusercontent.com/MakotoKurauchi/helix/master/Hex/helix_rev2_default_4rows_oled_underglow.hex) 18 | - 19 | ![Imgur](https://i.imgur.com/hLygSgB.png) 20 | 21 | 1. Press the reset button on helix, and verify that it shows as "connected" 22 | 2. Immediately press flash 23 | 24 | ![Imgur](https://i.imgur.com/dH2Wser.png) 25 | 26 | If a message similar to this appears, flashing has succeeded. 27 | 28 | Please verify that typing is possible using these firmwares. 29 | 30 | To change the layout, use the build guide below. 31 | 32 | 33 | ## Setting up the build environment 34 | 35 | Create the build environment according to the official guide of QMK. 36 | 37 | https://docs.qmk.fm/#/newbs_getting_started 38 | 39 | ## Build and flash 40 | 41 | Run the following at the root directory of the QMK folder: 42 | 43 | make helix:default 44 | 45 | To flash at the same time, attach `:avrdude` to the command: 46 | 47 | make helix:default:avrdude 48 | 49 | For flashing via GUI, use [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) as described earlier. 50 | 51 | Both halves must be flashed. 52 | 53 | ## Customize 54 | 55 | Copy and rename the `default` folder in `/keyboards/helix/rev2/keymaps/`. 56 | This new folder will be used from now on. 57 | 58 | For building this new keymap, the following command will be used: 59 | 60 | make helix: 61 | 62 | ## Editing the keymaps 63 | 64 | The default keymap is stored in keymap.c. It can be edited to modify the keymap freely. 65 | 66 | Please see [this page](https://docs.qmk.fm/#/keycodes) for a keycode reference. 67 | 68 | ![Imgur](https://i.imgur.com/YxZT1TL.png) 69 | 70 | ## Making the keymap 4 rows 71 | 72 | Within the folder, change the field HELIX_ROWS rules.mk from 5 to 4. 73 | 74 | HELIX_ROWS = 4 75 | 76 | ## Enable RGB backlighting 77 | 78 | In the same file, change the LED_BACK_ENABLE from no to yes. 79 | 80 | LED_BACK_ENABLE = yes 81 | 82 | ## Enable RGB underglow 83 | 84 | Again in the same file, change LED_UNDERGLOW_ENABLE from no to yes. 85 | 86 | LED_UNDERGLOW_ENABLE = yes 87 | 88 | ## Enable OLED display 89 | 90 | Again in the same file, change OLED_ENABLE from no to yes. 91 | 92 | OLED_ENABLE = yes 93 | 94 | 95 | ### Edit font data 96 | The font data is stored in helix/common/glcdfont.c. 97 | This data can be edited in the following ways for modifying OLED content. 98 | 99 | #### Using the web tool 100 | 101 | The web tool created by [@teri_yakichan](https://twitter.com/teri_yakichan) can be used to modify the file easily. 102 | 103 | [Helix Font Editor](https://helixfonteditor.netlify.com/) 104 | 105 | #### Using an image editor 106 | 107 | To use an image editor, do the following to convert text to image. 108 | 109 | 1. Take the image data from glcdfont.c and move it to a text file. 110 | 0x00, 0x00 ... 0x00 111 | 2. Use the script to convert to image 112 | 3. Edit the image 113 | 4. Use the script to convert back to text 114 | 5. Insert to glcdfont.c 115 | 116 | An example image being edited: 117 | 118 | ![Font](https://i.imgur.com/adJX6CX.png) 119 | 120 | The following script is used for conversion. 121 | https://github.com/MakotoKurauchi/helix/tree/master/FontConverter 122 | 123 | Converting text to image 124 | 125 | $ python3 hex2img.py inHex.txt outImage 126 | 127 | Converting image to text 128 | 129 | $ python3 img2hex.py inImage.bmp > outHex.txt 130 | 131 | ### Creating a font data specific to the keymap 132 | 133 | Editing helix/common/glcdfont.c affects all keymaps. To make a font data unique to a keymap, edit the LOCAL_GLCDFONT field in rules.mk: 134 | 135 | LOCAL_GLCDFONT = yes 136 | 137 | Then, rename glcdfont.c to helixfont.h and place it in the same directory as keymap.c. 138 | 139 | 140 | 141 | ## Other customization 142 | 143 | QMK has many features. See the [docs](https://docs.qmk.fm) and others' customizations to build your own unique helix. 144 | -------------------------------------------------------------------------------- /Doc/firmware_jp.md: -------------------------------------------------------------------------------- 1 | # ファームウェア 2 | 3 | ## とりあえず動作を確認したい 4 | 5 | [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases)を使えばビルドなどの手順を踏まずにキーボードとしての動作を確認出来ます。 6 | 7 | ![Imgur](https://i.imgur.com/75BHCKI.png) 8 | 9 | 1. atmega32u4 になってるか確認します 10 | 2. Helixの構成に合わせて下記のいずれかのHexファイルをダウンロードし、Openボタンでそのファイルを選択してください。 11 | 12 | 13 | - オプション無し: [helix_rev2_default.hex](http://qmk.fm/compiled/helix_rev2_default.hex) 14 | - 5行版 OLED & バックライト: [helix_rev2_default_oled_backlight.hex](https://raw.githubusercontent.com/MakotoKurauchi/helix/master/Hex/helix_rev2_default_oled_backlight.hex) 15 | - 5行版 OLED & Underglow: [helix_rev2_default_oled_underglow.hex](https://raw.githubusercontent.com/MakotoKurauchi/helix/master/Hex/helix_rev2_default_oled_underglow.hex) 16 | - 4行版 OLED & バックライト: [helix_rev2_default_4rows_oled_backlight.hex](https://raw.githubusercontent.com/MakotoKurauchi/helix/master/Hex/helix_rev2_default_4rows_oled_backlight.hex) 17 | - 4行版 OLED & Underglow: [helix_rev2_default_4rows_oled_underglow.hex](https://raw.githubusercontent.com/MakotoKurauchi/helix/master/Hex/helix_rev2_default_4rows_oled_underglow.hex) 18 | - 19 | ![Imgur](https://i.imgur.com/hLygSgB.png) 20 | 21 | 1. Helixのリセットボタンを押し、Connected とメッセージが出るのを確認します 22 | 2. すぐにFlashボタンを押します 23 | 24 | ![Imgur](https://i.imgur.com/dH2Wser.png) 25 | 26 | このようなメッセージが出れば書き込み終了です 27 | 28 | Helixで文字が打てるようになったでしょうか? 29 | 30 | 配列を変えたいときは次から説明するファームウェアのビルドに挑戦してみましょう。 31 | 32 | 33 | ## ビルド環境を作る 34 | 35 | QMKの公式ガイドに従いビルド環境を作ります。 36 | 37 | https://docs.qmk.fm/#/ja/newbs_getting_started 38 | 39 | ## ビルドと書き込み 40 | 41 | QMKファームウェアの第一階層で以下のようにします。 42 | 43 | make helix:default 44 | 45 | キーボードへの書き込みまで同時に行うには下記のように`:avrdude`を付けます。 46 | 47 | make helix:default:avrdude 48 | 49 | GUIでの書き込みには冒頭で説明した[QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases)が使えます。 50 | 51 | 左右のキーボードとも同様に書き込みが必要です。 52 | 53 | ## カスタマイズ 54 | 55 | /keyboards/helix/rev2/keymaps/ にある default フォルダを複製して好きな名前にします。 56 | 以後、それを修正します。 57 | 58 | その時のビルドコマンドは以下のようになります。 59 | 60 | make helix:<あなたのkeymap名> 61 | 62 | ## キーマップを変更する 63 | 64 | デフォルトのキーマップは下記のようになっています。これは 65 | keymap.c 66 | を修正することで自由に変更することが出来ます。 67 | 68 | キーコードは[リファレンス](https://docs.qmk.fm/#/keycodes)などを参照してください。 69 | 70 | ![Imgur](https://i.imgur.com/YxZT1TL.png) 71 | 72 | ## 4行版に対応する 73 | 74 | キーマップ内の rules.mk にある HELIX_ROWS を 5 から 4 に変更します。 75 | 76 | HELIX_ROWS = 4 77 | 78 | ## RGBバックライトを有効にする 79 | 80 | キーマップ内の rules.mk にある LED_BACK_ENABLE を no から yes に変更します。 81 | 82 | LED_BACK_ENABLE = yes 83 | 84 | ## Underglow を有効にする 85 | 86 | キーマップ内の rules.mk にある LED_UNDERGLOW_ENABLE を no から yes に変更します。 87 | 88 | LED_UNDERGLOW_ENABLE = yes 89 | 90 | ## OLEDを有効にする 91 | 92 | キーマップ内の rules.mk にある OLED_ENABLE を no から yes に変更します。 93 | 94 | OLED_ENABLE = yes 95 | 96 | 97 | ### フォントデータのカスタマイズ 98 | フォントデータは helix/common/glcdfont.c です。 99 | こちらを下記のいずれかの方法で編集することでOLED表示のカスタマイズが出来ます。 100 | 101 | #### Web Toolで編集 102 | 103 | [@teri_yakichan](https://twitter.com/teri_yakichan) さんが作成した、ブラウザでglcdfont.cを編集するツールが便利です。 104 | 105 | [Helix Font Editor](https://helixfonteditor.netlify.com/) 106 | 107 | #### 画像エディタで編集 108 | 109 | 画像エディタを使いたいときは、下記の手順で一旦画像化してから編集し再度テキスト化します。 110 | 111 | 1. glcdfont.c からデータ部分のみを抜き出してテキストファイルを作る 112 | 0x00, 0x00 ... 0x00 113 | 2. スクリプトで画像に変換する 114 | 3. 画像を修正する 115 | 4. スクリプトでテキストに戻す 116 | 5. glcdfont.c に反映させる 117 | 118 | 編集画像のイメージ 119 | 120 | ![Font](https://i.imgur.com/adJX6CX.png) 121 | 122 | スクリプトはこちらを使用します。 123 | https://github.com/MakotoKurauchi/helix/tree/master/FontConverter 124 | 125 | テキストから画像への変換 126 | 127 | $ python3 hex2img.py inHex.txt outImage 128 | 129 | 画像からテキストへの変換 130 | 131 | $ python3 img2hex.py inImage.bmp > outHex.txt 132 | 133 | ### キーマップ毎にフォントデータを用意する 134 | 135 | helix/common/glcdfont.c を修正してしまうと全てのキーマップに影響が出ます。キーマップ独自のフォントファイルを用意したい時は、まず下記のようにキーマップ内の rules.mk にある LOCAL_GLCDFONT を no から yes に変更します。 136 | 137 | LOCAL_GLCDFONT = yes 138 | 139 | 次に glcdfont.c を helixfont.h とリネームして keymap.c と同じ階層に複製します。 140 | 141 | 142 | 143 | 144 | ## それ以外のカスタマイズ 145 | 146 | QMKは沢山の機能があります。[リファレンス](https://docs.qmk.fm)や他の人のカスタマイズを参考にして自分だけの最高のHelixを作って下さいね! 147 | -------------------------------------------------------------------------------- /Doc/usage_en.md: -------------------------------------------------------------------------------- 1 | # Usage Guide 2 | 3 | The usage of Helix is described using the default keymap. 4 | 5 | ## Connection between the halves 6 | 7 | Either a TRS or TRRS 3.5mm aux cable is used. 8 | (Even with LEDs or OLEDs, a TRS cable works fine.) 9 | 10 | * To avoid damage, always connect the aux cable __first__ and USB cable after the halves are connected. 11 | 12 | ![Imgur](https://i.imgur.com/1alxKG2.jpg) 13 | 14 | 15 | ## Layers 16 | 17 | The Helix obviously does not have enough keys compared to a typical keyboard. 18 | The keymap has multiple layers, moving extra keys to different layers. 19 | 20 | |Priority|Layer ID|Layer Name|Contents| 21 | | ---- | ---- | --- | --- | 22 | |High|5|Adjust|Function Keys| 23 | ||4|Raise|Symbols (Pink)| 24 | ||3|Lower|Symbols (Blue)| 25 | ||2|Dvorak|Dvorak layout| 26 | ||1|Colemak|Colemak layout| 27 | |Low|0|Qwerty|Qwerty layout (Base)| 28 | 29 | 30 | Usually hidden, the layers above the base layer appear by using the layer adjust keys. Wherever keys overlap, the keys with higher priority replace the keys below it. 31 | 32 | For example, here is an example of "Raise" and "Lower" overlaid above the base. 33 | For example, holding the pink raiser key when pressing `a` registers the F1 key. 34 | 35 | ![Imgur](https://i.imgur.com/10R4O2P.jpg) 36 | 37 | Next, here is the adjust layer overlaid onto base. 38 | For example, pressing `q` while holding Adjust sends the reset keycode, making the keyboard enter its bootloader (Same as pressing the reset button). 39 | 40 | ![Imgur](https://i.imgur.com/jaYTsNM.png) 41 | 42 | On the default keymap, pressing Raise and Lower together registers Adjust. 43 | 44 | 45 | ## LED Control 46 | 47 | To control the LED backlighting and underglow, the keys on the adjust layer are used. 48 | 49 | |Command|Default Layout|Keycode| 50 | | ---- | ---- | --- | 51 | |On/Off|Adjust + ,|RGB_TOG| 52 | |Mode|Adjust + Left|RGB_SMOD| 53 | |Reset|Adjust + w|RGBRST| 54 | |Hue Increase|Adjust + .|RGB_HUI| 55 | |Hue Decrease|Adjust + Down|RGB_HUD| 56 | |Saturation Increase|Adjust + /|RGB_SAI| 57 | |Saturation Decrease|Adjust + Up|RGB_SAD| 58 | |Value Increase|Adjust + Enter|RGB_VAI| 59 | |Value Decrease|Adjust + Right|RGB_VAD| 60 | 61 | ## Switching between Mac and Windows mode 62 | 63 | In Mac mode, the EISU and Kana keys function as English/Numerics and Kana input keys respectively. 64 | 65 | In Windows mode, the EISU and Kana keys both function as Alt + ` (Japanese IME switcher). 66 | Also, the Alt and GUI keys are swapped.。 67 | 68 | The current mode is displayed on the OLED display. 69 | 70 | |Command|Default Layout|Keycode| 71 | | ---- | ---- | --- | 72 | |Mac Mode|Adjust + g|AG_NORM| 73 | |Windows Mode|Adjust + h|AG_SWAP| 74 | -------------------------------------------------------------------------------- /Doc/usage_jp.md: -------------------------------------------------------------------------------- 1 | # 使い方 2 | 3 | Helixの使い方をデフォルトキーマップで説明します。 4 | 5 | ## 左右の接続 6 | 7 | 左右の接続には3極(TRS)もしくは4極(TRRS)のステレオオーディオミニプラグを使用します。 8 | (LEDやOLEDを使用する場合でも3極で問題ありません) 9 | 10 | ※故障する恐れがありますのでUSBケーブルを繋げたままでの挿抜はしないでください。 11 | 12 | ![Imgur](https://i.imgur.com/1alxKG2.jpg) 13 | 14 | 15 | ## レイヤー 16 | 17 | Helixは通常のキーボードと比較して明らかにキーの数が足りません。 18 | キーマップはレイヤーを重ねた多層構造になっており、収まらないキーやHelixの設定を変える機能キーは別のレイヤーに入っています。 19 | 20 | |優先順位|レイヤー番号|レイヤー名|内容| 21 | | ---- | ---- | --- | --- | 22 | |高い|5|Adjust|機能キー| 23 | ||4|Raise|記号類(ピンク)| 24 | ||3|Lower|記号類(ブルー)| 25 | ||2|Dvorak|Dvorak配列| 26 | ||1|Colemak|Colemak配列| 27 | |低い|0|Qwerty|QWERTY配列(ベース)| 28 | 29 | 30 | ベースレイヤー以外は普段は隠れていますが、対応するレイヤーキーを押すことで現在の配列の上にそのレイヤーが現れます。重なったところは、レイヤー番号が大きいほうが優先順位が高くなりますので、キーコードが変わることになります。 31 | 32 | 具体例をあげると、RaiseとLowerをQwertyに重ねたのが下の画像です。 33 | 例えばピンクのRaiserキーを押しながらaを押すと、F1キーなります。 34 | 35 | ![Imgur](https://i.imgur.com/10R4O2P.jpg) 36 | 37 | 次にAdjustとQwertyを重ねたのが下の画像です。 38 | 例えばAdjustを押しながらqを押すとキーボードがリセットされ、書き込みモードになります。(リセットスイッチを押したときと同じ状態) 39 | 40 | ![Imgur](https://i.imgur.com/jaYTsNM.png) 41 | 42 | また、デフォルトキーマップでは、Lower + Raiseの同時押しはAdjustとなるようにしています。 43 | 44 | 45 | ## LEDコントロール 46 | 47 | バックライトやUnderglowをコントロールするにはAdjustレイヤーにある機能キーを使います。 48 | 49 | |コマンド|デフォルトレイアウト|コード| 50 | | ---- | ---- | --- | 51 | |オン/オフ|Adjust + ,|RGB_TOG| 52 | |モード|Adjust + Left|RGB_SMOD| 53 | |リセット|Adjust + w|RGBRST| 54 | |色相 +|Adjust + .|RGB_HUI| 55 | |色相 -|Adjust + Down|RGB_HUD| 56 | |彩度 +|Adjust + /|RGB_SAI| 57 | |彩度 -|Adjust + Up|RGB_SAD| 58 | |明度 +|Adjust + Enter|RGB_VAI| 59 | |明度 -|Adjust + Right|RGB_VAD| 60 | 61 | ## MacモードとWinモードの切り替え 62 | 63 | MacモードはEISUキーとKANAキーがそれぞれ英数キーとかなキーとして入力されます。 64 | 65 | WinモードはEISUキーとKANAキーが共に Alt + `(日本語IMEの切り替え)として入力されます。 66 | また、AltキーとGUIキーが入れ替わります。 67 | 68 | 現在のモードはOLEDにアイコンとして表示されます。 69 | 70 | |コマンド|デフォルトレイアウト|コード| 71 | | ---- | ---- | --- | 72 | |Macモード|Adjust + g|AG_NORM| 73 | |Winモード|Adjust + h|AG_SWAP| 74 | -------------------------------------------------------------------------------- /FontConverter/hex2img.py: -------------------------------------------------------------------------------- 1 | # Hex to Image Converter 2 | # Copyright (c) 2018 MakotoKurauchi 3 | # MIT License 4 | 5 | from PIL import Image 6 | from numpy import * 7 | import sys 8 | 9 | argvs = sys.argv 10 | argc = len(argvs) 11 | 12 | if (argc != 3): 13 | print ('Usage: $ python %s file output-file' % argvs[0]) 14 | quit() 15 | 16 | f = open(argvs[1]) 17 | txt = f.read() 18 | f.close() 19 | 20 | lines = txt.split('\n') 21 | arr = [] 22 | for line in lines: 23 | line = line.split('//') 24 | data = line[0].split(',') 25 | ar = [] 26 | for hex in data: 27 | hex = hex.strip() 28 | if hex.startswith('0x'): 29 | ar.append(int(hex.replace('0x',''),16)) 30 | arr.append(ar) 31 | #print (arr) 32 | 33 | img = [] 34 | 35 | colmax = 32 36 | rowmax = len(arr)//colmax 37 | fontw = 6 38 | fonth = 8 39 | for colc in range(colmax): 40 | for fontwc in range(len(arr[0])): 41 | tmp=[] 42 | for rowc in range(rowmax): 43 | for i in range(fonth): 44 | val = arr[colmax*(rowmax-1)-colmax*rowc+colc][fontwc] 45 | v = 0 if (val>>(7-i))&1 else 255 46 | if (fontwc == 5 and v) or (i==0 and v): 47 | tmp.append([200,255,255]) 48 | else: 49 | tmp.append([v,v,v]) 50 | img.append(tmp) 51 | #print (img) 52 | 53 | Image.fromarray(uint8(img)).rotate(90, expand=True).save(argvs[2]+'.bmp') 54 | -------------------------------------------------------------------------------- /FontConverter/img2hex.py: -------------------------------------------------------------------------------- 1 | # Image to Hex Converter 2 | # Copyright (c) 2018 MakotoKurauchi 3 | # MIT License 4 | 5 | from PIL import Image 6 | from numpy import * 7 | import sys 8 | 9 | argvs = sys.argv 10 | argc = len(argvs) 11 | 12 | if (argc != 2): 13 | print ('Usage: $ python %s filename' % argvs[0]) 14 | quit() 15 | 16 | im = array(Image.open(argvs[1]).rotate(-90, expand=True)) 17 | 18 | #print (im) 19 | 20 | fontw = 6 21 | fonth = 8 22 | rowmax = 32 23 | colmax = len(im[0])//fonth 24 | 25 | for colc in range(colmax): 26 | for rowc in range(rowmax): 27 | line = "" 28 | for fontwc in range(fontw): 29 | val=0 30 | for fonthc in range(fonth): 31 | b = 1 if im[fontw*rowc+fontwc][fonth*(colmax-1)-fonth*colc+fonthc][0]<128 else 0 32 | val = (val<<1)|b 33 | line += '0x%02X' % val + ', ' 34 | print (line) 35 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 MakotoKurauchi 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-B.Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.FileFunction,Soldermask,Bot* 2 | %FSLAX46Y46*% 3 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 4 | G04 Created by KiCad (PCBNEW 4.0.1-stable) date 2018/01/08 13:19:11* 5 | %MOMM*% 6 | G01* 7 | G04 APERTURE LIST* 8 | %ADD10C,0.100000*% 9 | %ADD11C,5.100400*% 10 | %ADD12R,1.797000X1.797000*% 11 | %ADD13C,1.797000*% 12 | %ADD14R,2.000000X1.400000*% 13 | %ADD15C,2.600000*% 14 | %ADD16C,1.924000*% 15 | %ADD17R,1.543000X1.035000*% 16 | %ADD18R,1.350000X1.700000*% 17 | %ADD19C,2.400000*% 18 | %ADD20C,1.600000*% 19 | %ADD21O,2.900000X2.100000*% 20 | %ADD22R,1.924000X1.924000*% 21 | %ADD23C,1.650000*% 22 | %ADD24C,4.400000*% 23 | %ADD25C,2.300000*% 24 | %ADD26C,2.800000*% 25 | %ADD27C,1.950000*% 26 | %ADD28C,2.100000*% 27 | %ADD29C,1.400000*% 28 | G04 APERTURE END LIST* 29 | D10* 30 | D11* 31 | X139500000Y-100500000D03* 32 | X139500000Y-62500000D03* 33 | X158500000Y-119500000D03* 34 | X120500000Y-119500000D03* 35 | D12* 36 | X208650000Y-96070000D03* 37 | D13* 38 | X208650000Y-98610000D03* 39 | X206110000Y-96070000D03* 40 | X206110000Y-98610000D03* 41 | X203570000Y-96070000D03* 42 | X203570000Y-98610000D03* 43 | D11* 44 | X139500000Y-119500000D03* 45 | X196500000Y-119500000D03* 46 | D14* 47 | X113400000Y-48875000D03* 48 | X113400000Y-47125000D03* 49 | X108600000Y-47125000D03* 50 | X108600000Y-48875000D03* 51 | X94400000Y-48875000D03* 52 | X94400000Y-47125000D03* 53 | X89600000Y-47125000D03* 54 | X89600000Y-48875000D03* 55 | D15* 56 | X199000000Y-98000000D03* 57 | X212750000Y-98000000D03* 58 | D11* 59 | X177500000Y-119500000D03* 60 | X177500000Y-100500000D03* 61 | X177500000Y-62500000D03* 62 | D16* 63 | X213730000Y-47810000D03* 64 | X213730000Y-50350000D03* 65 | X213730000Y-52890000D03* 66 | X213730000Y-55430000D03* 67 | X213730000Y-57970000D03* 68 | X213730000Y-60510000D03* 69 | X213730000Y-63050000D03* 70 | X213730000Y-65590000D03* 71 | X213730000Y-68130000D03* 72 | X213730000Y-70670000D03* 73 | X213730000Y-73210000D03* 74 | X213730000Y-75750000D03* 75 | X198490000Y-75750000D03* 76 | X198490000Y-73210000D03* 77 | X198490000Y-70670000D03* 78 | X198490000Y-68130000D03* 79 | X198490000Y-65590000D03* 80 | X198490000Y-63050000D03* 81 | X198490000Y-60510000D03* 82 | X198490000Y-57970000D03* 83 | X198490000Y-55430000D03* 84 | X198490000Y-52890000D03* 85 | X198490000Y-50350000D03* 86 | X198490000Y-47810000D03* 87 | D13* 88 | X199760000Y-85910000D03* 89 | X199760000Y-90990000D03* 90 | X197220000Y-85910000D03* 91 | X197220000Y-90990000D03* 92 | D15* 93 | X199000000Y-135750000D03* 94 | X212750000Y-135750000D03* 95 | D13* 96 | X197220000Y-101150000D03* 97 | X199760000Y-101150000D03* 98 | X212460000Y-101150000D03* 99 | X209920000Y-101150000D03* 100 | X207380000Y-101150000D03* 101 | X204840000Y-101150000D03* 102 | X202300000Y-101150000D03* 103 | D15* 104 | X199000000Y-116750000D03* 105 | X212750000Y-116750000D03* 106 | X199000000Y-80500000D03* 107 | D13* 108 | X209285000Y-80830000D03* 109 | X206745000Y-80830000D03* 110 | X204205000Y-80830000D03* 111 | X201665000Y-80830000D03* 112 | D11* 113 | X101500000Y-100500000D03* 114 | X101500000Y-119500000D03* 115 | D13* 116 | X209920000Y-70670000D03* 117 | X207380000Y-70670000D03* 118 | X204840000Y-70670000D03* 119 | X202300000Y-70670000D03* 120 | X202300000Y-68130000D03* 121 | X204840000Y-68130000D03* 122 | X207380000Y-68130000D03* 123 | X209920000Y-68130000D03* 124 | X209920000Y-65590000D03* 125 | X207380000Y-65590000D03* 126 | X204840000Y-65590000D03* 127 | X202300000Y-65590000D03* 128 | X202300000Y-63050000D03* 129 | X204840000Y-63050000D03* 130 | X207380000Y-63050000D03* 131 | X209920000Y-63050000D03* 132 | X209920000Y-60510000D03* 133 | X207380000Y-60510000D03* 134 | X204840000Y-60510000D03* 135 | X202300000Y-60510000D03* 136 | X202300000Y-57970000D03* 137 | X204840000Y-57970000D03* 138 | X207380000Y-57970000D03* 139 | X209920000Y-57970000D03* 140 | X209920000Y-55430000D03* 141 | X207380000Y-55430000D03* 142 | X204840000Y-55430000D03* 143 | X202300000Y-55430000D03* 144 | X202300000Y-52890000D03* 145 | X204840000Y-52890000D03* 146 | X207380000Y-52890000D03* 147 | X209920000Y-52890000D03* 148 | X209920000Y-50350000D03* 149 | X207380000Y-50350000D03* 150 | X204840000Y-50350000D03* 151 | X202300000Y-50350000D03* 152 | X202300000Y-47810000D03* 153 | X204840000Y-47810000D03* 154 | X207380000Y-47810000D03* 155 | X209920000Y-47810000D03* 156 | D17* 157 | X209285000Y-77154620D03* 158 | X209285000Y-78155380D03* 159 | X206745000Y-77154620D03* 160 | X206745000Y-78155380D03* 161 | X204205000Y-77154620D03* 162 | X204205000Y-78155380D03* 163 | X201665000Y-77154620D03* 164 | X201665000Y-78155380D03* 165 | D13* 166 | X199760000Y-83370000D03* 167 | X201665000Y-83370000D03* 168 | D11* 169 | X101500000Y-62500000D03* 170 | D18* 171 | X100000000Y-52725000D03* 172 | X100000000Y-56275000D03* 173 | D12* 174 | X100000000Y-58310000D03* 175 | D13* 176 | X100000000Y-50690000D03* 177 | D18* 178 | X103000000Y-52725000D03* 179 | X103000000Y-56275000D03* 180 | D12* 181 | X103000000Y-58310000D03* 182 | D13* 183 | X103000000Y-50690000D03* 184 | D18* 185 | X120500000Y-52725000D03* 186 | X120500000Y-56275000D03* 187 | D12* 188 | X120500000Y-58310000D03* 189 | D13* 190 | X120500000Y-50690000D03* 191 | D18* 192 | X139500000Y-52625000D03* 193 | X139500000Y-56175000D03* 194 | D12* 195 | X139500000Y-58210000D03* 196 | D13* 197 | X139500000Y-50590000D03* 198 | D18* 199 | X158500000Y-52725000D03* 200 | X158500000Y-56275000D03* 201 | D12* 202 | X158500000Y-58310000D03* 203 | D13* 204 | X158500000Y-50690000D03* 205 | D18* 206 | X177500000Y-52625000D03* 207 | X177500000Y-56175000D03* 208 | D12* 209 | X177500000Y-58210000D03* 210 | D13* 211 | X177500000Y-50590000D03* 212 | D18* 213 | X100000000Y-72725000D03* 214 | X100000000Y-76275000D03* 215 | D12* 216 | X100000000Y-78310000D03* 217 | D13* 218 | X100000000Y-70690000D03* 219 | D18* 220 | X103000000Y-72725000D03* 221 | X103000000Y-76275000D03* 222 | D12* 223 | X103000000Y-78310000D03* 224 | D13* 225 | X103000000Y-70690000D03* 226 | D18* 227 | X120500000Y-72725000D03* 228 | X120500000Y-76275000D03* 229 | D12* 230 | X120500000Y-78310000D03* 231 | D13* 232 | X120500000Y-70690000D03* 233 | D18* 234 | X139500000Y-72725000D03* 235 | X139500000Y-76275000D03* 236 | D12* 237 | X139500000Y-78310000D03* 238 | D13* 239 | X139500000Y-70690000D03* 240 | D18* 241 | X158500000Y-72725000D03* 242 | X158500000Y-76275000D03* 243 | D12* 244 | X158500000Y-78310000D03* 245 | D13* 246 | X158500000Y-70690000D03* 247 | D18* 248 | X177500000Y-72725000D03* 249 | X177500000Y-76275000D03* 250 | D12* 251 | X177500000Y-78310000D03* 252 | D13* 253 | X177500000Y-70690000D03* 254 | D18* 255 | X100000000Y-91225000D03* 256 | X100000000Y-94775000D03* 257 | D12* 258 | X100000000Y-96810000D03* 259 | D13* 260 | X100000000Y-89190000D03* 261 | D18* 262 | X103000000Y-91225000D03* 263 | X103000000Y-94775000D03* 264 | D12* 265 | X103000000Y-96810000D03* 266 | D13* 267 | X103000000Y-89190000D03* 268 | D18* 269 | X120500000Y-91725000D03* 270 | X120500000Y-95275000D03* 271 | D12* 272 | X120500000Y-97310000D03* 273 | D13* 274 | X120500000Y-89690000D03* 275 | D18* 276 | X139500000Y-91225000D03* 277 | X139500000Y-94775000D03* 278 | D12* 279 | X139500000Y-96810000D03* 280 | D13* 281 | X139500000Y-89190000D03* 282 | D18* 283 | X158500000Y-91725000D03* 284 | X158500000Y-95275000D03* 285 | D12* 286 | X158500000Y-97310000D03* 287 | D13* 288 | X158500000Y-89690000D03* 289 | D18* 290 | X177500000Y-91225000D03* 291 | X177500000Y-94775000D03* 292 | D12* 293 | X177500000Y-96810000D03* 294 | D13* 295 | X177500000Y-89190000D03* 296 | D18* 297 | X100000000Y-109725000D03* 298 | X100000000Y-113275000D03* 299 | D12* 300 | X100000000Y-115310000D03* 301 | D13* 302 | X100000000Y-107690000D03* 303 | D18* 304 | X103000000Y-109725000D03* 305 | X103000000Y-113275000D03* 306 | D12* 307 | X103000000Y-115310000D03* 308 | D13* 309 | X103000000Y-107690000D03* 310 | D18* 311 | X120500000Y-109725000D03* 312 | X120500000Y-113275000D03* 313 | D12* 314 | X120500000Y-115310000D03* 315 | D13* 316 | X120500000Y-107690000D03* 317 | D18* 318 | X139500000Y-109725000D03* 319 | X139500000Y-113275000D03* 320 | D12* 321 | X139500000Y-115310000D03* 322 | D13* 323 | X139500000Y-107690000D03* 324 | D18* 325 | X158500000Y-109725000D03* 326 | X158500000Y-113275000D03* 327 | D12* 328 | X158500000Y-115310000D03* 329 | D13* 330 | X158500000Y-107690000D03* 331 | D18* 332 | X177500000Y-109725000D03* 333 | X177500000Y-113275000D03* 334 | D12* 335 | X177500000Y-115310000D03* 336 | D13* 337 | X177500000Y-107690000D03* 338 | D18* 339 | X195000000Y-109725000D03* 340 | X195000000Y-113275000D03* 341 | D12* 342 | X195000000Y-115310000D03* 343 | D13* 344 | X195000000Y-107690000D03* 345 | D18* 346 | X100000000Y-129725000D03* 347 | X100000000Y-133275000D03* 348 | D12* 349 | X100000000Y-135310000D03* 350 | D13* 351 | X100000000Y-127690000D03* 352 | D18* 353 | X103000000Y-129725000D03* 354 | X103000000Y-133275000D03* 355 | D12* 356 | X103000000Y-135310000D03* 357 | D13* 358 | X103000000Y-127690000D03* 359 | D18* 360 | X120500000Y-128225000D03* 361 | X120500000Y-131775000D03* 362 | D12* 363 | X120500000Y-133810000D03* 364 | D13* 365 | X120500000Y-126190000D03* 366 | D18* 367 | X139500000Y-129725000D03* 368 | X139500000Y-133275000D03* 369 | D12* 370 | X139500000Y-135310000D03* 371 | D13* 372 | X139500000Y-127690000D03* 373 | D18* 374 | X158500000Y-129725000D03* 375 | X158500000Y-133275000D03* 376 | D12* 377 | X158500000Y-135310000D03* 378 | D13* 379 | X158500000Y-127690000D03* 380 | D18* 381 | X177500000Y-128000000D03* 382 | X177500000Y-131550000D03* 383 | D12* 384 | X177500000Y-133585000D03* 385 | D13* 386 | X177500000Y-125965000D03* 387 | D18* 388 | X195000000Y-129725000D03* 389 | X195000000Y-133275000D03* 390 | D12* 391 | X195000000Y-135310000D03* 392 | D13* 393 | X195000000Y-127690000D03* 394 | D16* 395 | X197220000Y-49080000D03* 396 | X197220000Y-51620000D03* 397 | X197220000Y-54160000D03* 398 | X197220000Y-56700000D03* 399 | X197220000Y-59240000D03* 400 | X197220000Y-61780000D03* 401 | X197220000Y-64320000D03* 402 | X197220000Y-66860000D03* 403 | X197220000Y-69400000D03* 404 | X197220000Y-71940000D03* 405 | X197220000Y-74480000D03* 406 | X197220000Y-77020000D03* 407 | X212460000Y-77020000D03* 408 | X212460000Y-74480000D03* 409 | X212460000Y-71940000D03* 410 | X212460000Y-69400000D03* 411 | X212460000Y-66860000D03* 412 | X212460000Y-64320000D03* 413 | X212460000Y-61780000D03* 414 | X212460000Y-59240000D03* 415 | X212460000Y-56700000D03* 416 | X212460000Y-54160000D03* 417 | X212460000Y-51620000D03* 418 | X212460000Y-49080000D03* 419 | D15* 420 | X212750000Y-80500000D03* 421 | D19* 422 | X207150000Y-92400000D03* 423 | X213650000Y-92400000D03* 424 | D20* 425 | X206500000Y-85430000D03* 426 | X213500000Y-85430000D03* 427 | D21* 428 | X204700000Y-83330000D03* 429 | X203200000Y-87530000D03* 430 | X211700000Y-83330000D03* 431 | X208700000Y-83330000D03* 432 | D20* 433 | X213500000Y-87180000D03* 434 | X206500000Y-87180000D03* 435 | D21* 436 | X211700000Y-89280000D03* 437 | X208700000Y-89280000D03* 438 | X204700000Y-89280000D03* 439 | X203200000Y-85080000D03* 440 | D14* 441 | X132400000Y-48875000D03* 442 | X132400000Y-47125000D03* 443 | X127600000Y-47125000D03* 444 | X127600000Y-48875000D03* 445 | X151400000Y-48875000D03* 446 | X151400000Y-47125000D03* 447 | X146600000Y-47125000D03* 448 | X146600000Y-48875000D03* 449 | X170400000Y-48875000D03* 450 | X170400000Y-47125000D03* 451 | X165600000Y-47125000D03* 452 | X165600000Y-48875000D03* 453 | X89600000Y-66125000D03* 454 | X89600000Y-67875000D03* 455 | X94400000Y-67875000D03* 456 | X94400000Y-66125000D03* 457 | X108600000Y-66125000D03* 458 | X108600000Y-67875000D03* 459 | X113400000Y-67875000D03* 460 | X113400000Y-66125000D03* 461 | X127600000Y-66125000D03* 462 | X127600000Y-67875000D03* 463 | X132400000Y-67875000D03* 464 | X132400000Y-66125000D03* 465 | X146600000Y-66125000D03* 466 | X146600000Y-67875000D03* 467 | X151400000Y-67875000D03* 468 | X151400000Y-66125000D03* 469 | X165600000Y-66125000D03* 470 | X165600000Y-67875000D03* 471 | X170400000Y-67875000D03* 472 | X170400000Y-66125000D03* 473 | X184600000Y-66125000D03* 474 | X184600000Y-67875000D03* 475 | X189400000Y-67875000D03* 476 | X189400000Y-66125000D03* 477 | X94400000Y-86875000D03* 478 | X94400000Y-85125000D03* 479 | X89600000Y-85125000D03* 480 | X89600000Y-86875000D03* 481 | X113400000Y-86875000D03* 482 | X113400000Y-85125000D03* 483 | X108600000Y-85125000D03* 484 | X108600000Y-86875000D03* 485 | X132400000Y-86875000D03* 486 | X132400000Y-85125000D03* 487 | X127600000Y-85125000D03* 488 | X127600000Y-86875000D03* 489 | X151400000Y-86875000D03* 490 | X151400000Y-85125000D03* 491 | X146600000Y-85125000D03* 492 | X146600000Y-86875000D03* 493 | X170400000Y-86875000D03* 494 | X170400000Y-85125000D03* 495 | X165600000Y-85125000D03* 496 | X165600000Y-86875000D03* 497 | X189400000Y-86875000D03* 498 | X189400000Y-85125000D03* 499 | X184600000Y-85125000D03* 500 | X184600000Y-86875000D03* 501 | X89600000Y-104125000D03* 502 | X89600000Y-105875000D03* 503 | X94400000Y-105875000D03* 504 | X94400000Y-104125000D03* 505 | X108600000Y-104125000D03* 506 | X108600000Y-105875000D03* 507 | X113400000Y-105875000D03* 508 | X113400000Y-104125000D03* 509 | X127600000Y-104125000D03* 510 | X127600000Y-105875000D03* 511 | X132400000Y-105875000D03* 512 | X132400000Y-104125000D03* 513 | X146600000Y-104125000D03* 514 | X146600000Y-105875000D03* 515 | X151400000Y-105875000D03* 516 | X151400000Y-104125000D03* 517 | X165600000Y-104125000D03* 518 | X165600000Y-105875000D03* 519 | X170400000Y-105875000D03* 520 | X170400000Y-104125000D03* 521 | X184600000Y-104125000D03* 522 | X184600000Y-105875000D03* 523 | X189400000Y-105875000D03* 524 | X189400000Y-104125000D03* 525 | X203600000Y-104125000D03* 526 | X203600000Y-105875000D03* 527 | X208400000Y-105875000D03* 528 | X208400000Y-104125000D03* 529 | X94400000Y-124875000D03* 530 | X94400000Y-123125000D03* 531 | X89600000Y-123125000D03* 532 | X89600000Y-124875000D03* 533 | X113400000Y-124875000D03* 534 | X113400000Y-123125000D03* 535 | X108600000Y-123125000D03* 536 | X108600000Y-124875000D03* 537 | X132400000Y-124875000D03* 538 | X132400000Y-123125000D03* 539 | X127600000Y-123125000D03* 540 | X127600000Y-124875000D03* 541 | X151400000Y-124875000D03* 542 | X151400000Y-123125000D03* 543 | X146600000Y-123125000D03* 544 | X146600000Y-124875000D03* 545 | X170400000Y-124875000D03* 546 | X170400000Y-123125000D03* 547 | X165600000Y-123125000D03* 548 | X165600000Y-124875000D03* 549 | X189400000Y-124875000D03* 550 | X189400000Y-123125000D03* 551 | X184600000Y-123125000D03* 552 | X184600000Y-124875000D03* 553 | X208400000Y-124875000D03* 554 | X208400000Y-123125000D03* 555 | X203600000Y-123125000D03* 556 | X203600000Y-124875000D03* 557 | X189400000Y-48875000D03* 558 | X189400000Y-47125000D03* 559 | X184600000Y-47125000D03* 560 | X184600000Y-48875000D03* 561 | D22* 562 | X195000000Y-86580000D03* 563 | X195000000Y-84040000D03* 564 | X195000000Y-81500000D03* 565 | D23* 566 | X125205324Y-76263871D02* 567 | X124594676Y-75536129D01* 568 | D24* 569 | X130000000Y-72000000D03* 570 | D25* 571 | X135500000Y-72000000D03* 572 | X124500000Y-72000000D03* 573 | D23* 574 | X135405324Y-75536129D02* 575 | X134794676Y-76263871D01* 576 | D15* 577 | X130000000Y-77900000D03* 578 | D26* 579 | X127460000Y-77080000D03* 580 | D27* 581 | X134211742Y-74061222D02* 582 | X133408258Y-75018778D01* 583 | D26* 584 | X132540000Y-77080000D03* 585 | D27* 586 | X126591742Y-75018778D02* 587 | X125788258Y-74061222D01* 588 | D26* 589 | X127460000Y-76500000D03* 590 | X127460000Y-76000000D03* 591 | X132540000Y-76000000D03* 592 | X132540000Y-76500000D03* 593 | D28* 594 | X124920000Y-72000000D03* 595 | X135080000Y-72000000D03* 596 | D29* 597 | X124780000Y-67800000D03* 598 | X135220000Y-67800000D03* 599 | D23* 600 | X144205324Y-57263871D02* 601 | X143594676Y-56536129D01* 602 | D24* 603 | X149000000Y-53000000D03* 604 | D25* 605 | X154500000Y-53000000D03* 606 | X143500000Y-53000000D03* 607 | D23* 608 | X154405324Y-56536129D02* 609 | X153794676Y-57263871D01* 610 | D15* 611 | X149000000Y-58900000D03* 612 | D26* 613 | X146460000Y-58080000D03* 614 | D27* 615 | X153211742Y-55061222D02* 616 | X152408258Y-56018778D01* 617 | D26* 618 | X151540000Y-58080000D03* 619 | D27* 620 | X145591742Y-56018778D02* 621 | X144788258Y-55061222D01* 622 | D26* 623 | X146460000Y-57500000D03* 624 | X146460000Y-57000000D03* 625 | X151540000Y-57000000D03* 626 | X151540000Y-57500000D03* 627 | D28* 628 | X143920000Y-53000000D03* 629 | X154080000Y-53000000D03* 630 | D29* 631 | X143780000Y-48800000D03* 632 | X154220000Y-48800000D03* 633 | D23* 634 | X87205324Y-57263871D02* 635 | X86594676Y-56536129D01* 636 | D24* 637 | X92000000Y-53000000D03* 638 | D25* 639 | X97500000Y-53000000D03* 640 | X86500000Y-53000000D03* 641 | D23* 642 | X97405324Y-56536129D02* 643 | X96794676Y-57263871D01* 644 | D15* 645 | X92000000Y-58900000D03* 646 | D26* 647 | X89460000Y-58080000D03* 648 | D27* 649 | X96211742Y-55061222D02* 650 | X95408258Y-56018778D01* 651 | D26* 652 | X94540000Y-58080000D03* 653 | D27* 654 | X88591742Y-56018778D02* 655 | X87788258Y-55061222D01* 656 | D26* 657 | X89460000Y-57500000D03* 658 | X89460000Y-57000000D03* 659 | X94540000Y-57000000D03* 660 | X94540000Y-57500000D03* 661 | D28* 662 | X86920000Y-53000000D03* 663 | X97080000Y-53000000D03* 664 | D29* 665 | X86780000Y-48800000D03* 666 | X97220000Y-48800000D03* 667 | D23* 668 | X201205324Y-133263871D02* 669 | X200594676Y-132536129D01* 670 | D24* 671 | X206000000Y-129000000D03* 672 | D25* 673 | X211500000Y-129000000D03* 674 | X200500000Y-129000000D03* 675 | D23* 676 | X211405324Y-132536129D02* 677 | X210794676Y-133263871D01* 678 | D15* 679 | X206000000Y-134900000D03* 680 | D26* 681 | X203460000Y-134080000D03* 682 | D27* 683 | X210211742Y-131061222D02* 684 | X209408258Y-132018778D01* 685 | D26* 686 | X208540000Y-134080000D03* 687 | D27* 688 | X202591742Y-132018778D02* 689 | X201788258Y-131061222D01* 690 | D26* 691 | X203460000Y-133500000D03* 692 | X203460000Y-133000000D03* 693 | X208540000Y-133000000D03* 694 | X208540000Y-133500000D03* 695 | D28* 696 | X200920000Y-129000000D03* 697 | X211080000Y-129000000D03* 698 | D29* 699 | X200780000Y-124800000D03* 700 | X211220000Y-124800000D03* 701 | D23* 702 | X182205324Y-133263871D02* 703 | X181594676Y-132536129D01* 704 | D24* 705 | X187000000Y-129000000D03* 706 | D25* 707 | X192500000Y-129000000D03* 708 | X181500000Y-129000000D03* 709 | D23* 710 | X192405324Y-132536129D02* 711 | X191794676Y-133263871D01* 712 | D15* 713 | X187000000Y-134900000D03* 714 | D26* 715 | X184460000Y-134080000D03* 716 | D27* 717 | X191211742Y-131061222D02* 718 | X190408258Y-132018778D01* 719 | D26* 720 | X189540000Y-134080000D03* 721 | D27* 722 | X183591742Y-132018778D02* 723 | X182788258Y-131061222D01* 724 | D26* 725 | X184460000Y-133500000D03* 726 | X184460000Y-133000000D03* 727 | X189540000Y-133000000D03* 728 | X189540000Y-133500000D03* 729 | D28* 730 | X181920000Y-129000000D03* 731 | X192080000Y-129000000D03* 732 | D29* 733 | X181780000Y-124800000D03* 734 | X192220000Y-124800000D03* 735 | D23* 736 | X163205324Y-133263871D02* 737 | X162594676Y-132536129D01* 738 | D24* 739 | X168000000Y-129000000D03* 740 | D25* 741 | X173500000Y-129000000D03* 742 | X162500000Y-129000000D03* 743 | D23* 744 | X173405324Y-132536129D02* 745 | X172794676Y-133263871D01* 746 | D15* 747 | X168000000Y-134900000D03* 748 | D26* 749 | X165460000Y-134080000D03* 750 | D27* 751 | X172211742Y-131061222D02* 752 | X171408258Y-132018778D01* 753 | D26* 754 | X170540000Y-134080000D03* 755 | D27* 756 | X164591742Y-132018778D02* 757 | X163788258Y-131061222D01* 758 | D26* 759 | X165460000Y-133500000D03* 760 | X165460000Y-133000000D03* 761 | X170540000Y-133000000D03* 762 | X170540000Y-133500000D03* 763 | D28* 764 | X162920000Y-129000000D03* 765 | X173080000Y-129000000D03* 766 | D29* 767 | X162780000Y-124800000D03* 768 | X173220000Y-124800000D03* 769 | D23* 770 | X144205324Y-133263871D02* 771 | X143594676Y-132536129D01* 772 | D24* 773 | X149000000Y-129000000D03* 774 | D25* 775 | X154500000Y-129000000D03* 776 | X143500000Y-129000000D03* 777 | D23* 778 | X154405324Y-132536129D02* 779 | X153794676Y-133263871D01* 780 | D15* 781 | X149000000Y-134900000D03* 782 | D26* 783 | X146460000Y-134080000D03* 784 | D27* 785 | X153211742Y-131061222D02* 786 | X152408258Y-132018778D01* 787 | D26* 788 | X151540000Y-134080000D03* 789 | D27* 790 | X145591742Y-132018778D02* 791 | X144788258Y-131061222D01* 792 | D26* 793 | X146460000Y-133500000D03* 794 | X146460000Y-133000000D03* 795 | X151540000Y-133000000D03* 796 | X151540000Y-133500000D03* 797 | D28* 798 | X143920000Y-129000000D03* 799 | X154080000Y-129000000D03* 800 | D29* 801 | X143780000Y-124800000D03* 802 | X154220000Y-124800000D03* 803 | D23* 804 | X125205324Y-133263871D02* 805 | X124594676Y-132536129D01* 806 | D24* 807 | X130000000Y-129000000D03* 808 | D25* 809 | X135500000Y-129000000D03* 810 | X124500000Y-129000000D03* 811 | D23* 812 | X135405324Y-132536129D02* 813 | X134794676Y-133263871D01* 814 | D15* 815 | X130000000Y-134900000D03* 816 | D26* 817 | X127460000Y-134080000D03* 818 | D27* 819 | X134211742Y-131061222D02* 820 | X133408258Y-132018778D01* 821 | D26* 822 | X132540000Y-134080000D03* 823 | D27* 824 | X126591742Y-132018778D02* 825 | X125788258Y-131061222D01* 826 | D26* 827 | X127460000Y-133500000D03* 828 | X127460000Y-133000000D03* 829 | X132540000Y-133000000D03* 830 | X132540000Y-133500000D03* 831 | D28* 832 | X124920000Y-129000000D03* 833 | X135080000Y-129000000D03* 834 | D29* 835 | X124780000Y-124800000D03* 836 | X135220000Y-124800000D03* 837 | D23* 838 | X106205324Y-133263871D02* 839 | X105594676Y-132536129D01* 840 | D24* 841 | X111000000Y-129000000D03* 842 | D25* 843 | X116500000Y-129000000D03* 844 | X105500000Y-129000000D03* 845 | D23* 846 | X116405324Y-132536129D02* 847 | X115794676Y-133263871D01* 848 | D15* 849 | X111000000Y-134900000D03* 850 | D26* 851 | X108460000Y-134080000D03* 852 | D27* 853 | X115211742Y-131061222D02* 854 | X114408258Y-132018778D01* 855 | D26* 856 | X113540000Y-134080000D03* 857 | D27* 858 | X107591742Y-132018778D02* 859 | X106788258Y-131061222D01* 860 | D26* 861 | X108460000Y-133500000D03* 862 | X108460000Y-133000000D03* 863 | X113540000Y-133000000D03* 864 | X113540000Y-133500000D03* 865 | D28* 866 | X105920000Y-129000000D03* 867 | X116080000Y-129000000D03* 868 | D29* 869 | X105780000Y-124800000D03* 870 | X116220000Y-124800000D03* 871 | D23* 872 | X87205324Y-133263871D02* 873 | X86594676Y-132536129D01* 874 | D24* 875 | X92000000Y-129000000D03* 876 | D25* 877 | X97500000Y-129000000D03* 878 | X86500000Y-129000000D03* 879 | D23* 880 | X97405324Y-132536129D02* 881 | X96794676Y-133263871D01* 882 | D15* 883 | X92000000Y-134900000D03* 884 | D26* 885 | X89460000Y-134080000D03* 886 | D27* 887 | X96211742Y-131061222D02* 888 | X95408258Y-132018778D01* 889 | D26* 890 | X94540000Y-134080000D03* 891 | D27* 892 | X88591742Y-132018778D02* 893 | X87788258Y-131061222D01* 894 | D26* 895 | X89460000Y-133500000D03* 896 | X89460000Y-133000000D03* 897 | X94540000Y-133000000D03* 898 | X94540000Y-133500000D03* 899 | D28* 900 | X86920000Y-129000000D03* 901 | X97080000Y-129000000D03* 902 | D29* 903 | X86780000Y-124800000D03* 904 | X97220000Y-124800000D03* 905 | D23* 906 | X201205324Y-114263871D02* 907 | X200594676Y-113536129D01* 908 | D24* 909 | X206000000Y-110000000D03* 910 | D25* 911 | X211500000Y-110000000D03* 912 | X200500000Y-110000000D03* 913 | D23* 914 | X211405324Y-113536129D02* 915 | X210794676Y-114263871D01* 916 | D15* 917 | X206000000Y-115900000D03* 918 | D26* 919 | X203460000Y-115080000D03* 920 | D27* 921 | X210211742Y-112061222D02* 922 | X209408258Y-113018778D01* 923 | D26* 924 | X208540000Y-115080000D03* 925 | D27* 926 | X202591742Y-113018778D02* 927 | X201788258Y-112061222D01* 928 | D26* 929 | X203460000Y-114500000D03* 930 | X203460000Y-114000000D03* 931 | X208540000Y-114000000D03* 932 | X208540000Y-114500000D03* 933 | D28* 934 | X200920000Y-110000000D03* 935 | X211080000Y-110000000D03* 936 | D29* 937 | X200780000Y-105800000D03* 938 | X211220000Y-105800000D03* 939 | D23* 940 | X182205324Y-114263871D02* 941 | X181594676Y-113536129D01* 942 | D24* 943 | X187000000Y-110000000D03* 944 | D25* 945 | X192500000Y-110000000D03* 946 | X181500000Y-110000000D03* 947 | D23* 948 | X192405324Y-113536129D02* 949 | X191794676Y-114263871D01* 950 | D15* 951 | X187000000Y-115900000D03* 952 | D26* 953 | X184460000Y-115080000D03* 954 | D27* 955 | X191211742Y-112061222D02* 956 | X190408258Y-113018778D01* 957 | D26* 958 | X189540000Y-115080000D03* 959 | D27* 960 | X183591742Y-113018778D02* 961 | X182788258Y-112061222D01* 962 | D26* 963 | X184460000Y-114500000D03* 964 | X184460000Y-114000000D03* 965 | X189540000Y-114000000D03* 966 | X189540000Y-114500000D03* 967 | D28* 968 | X181920000Y-110000000D03* 969 | X192080000Y-110000000D03* 970 | D29* 971 | X181780000Y-105800000D03* 972 | X192220000Y-105800000D03* 973 | D23* 974 | X163205324Y-114263871D02* 975 | X162594676Y-113536129D01* 976 | D24* 977 | X168000000Y-110000000D03* 978 | D25* 979 | X173500000Y-110000000D03* 980 | X162500000Y-110000000D03* 981 | D23* 982 | X173405324Y-113536129D02* 983 | X172794676Y-114263871D01* 984 | D15* 985 | X168000000Y-115900000D03* 986 | D26* 987 | X165460000Y-115080000D03* 988 | D27* 989 | X172211742Y-112061222D02* 990 | X171408258Y-113018778D01* 991 | D26* 992 | X170540000Y-115080000D03* 993 | D27* 994 | X164591742Y-113018778D02* 995 | X163788258Y-112061222D01* 996 | D26* 997 | X165460000Y-114500000D03* 998 | X165460000Y-114000000D03* 999 | X170540000Y-114000000D03* 1000 | X170540000Y-114500000D03* 1001 | D28* 1002 | X162920000Y-110000000D03* 1003 | X173080000Y-110000000D03* 1004 | D29* 1005 | X162780000Y-105800000D03* 1006 | X173220000Y-105800000D03* 1007 | D23* 1008 | X144205324Y-114263871D02* 1009 | X143594676Y-113536129D01* 1010 | D24* 1011 | X149000000Y-110000000D03* 1012 | D25* 1013 | X154500000Y-110000000D03* 1014 | X143500000Y-110000000D03* 1015 | D23* 1016 | X154405324Y-113536129D02* 1017 | X153794676Y-114263871D01* 1018 | D15* 1019 | X149000000Y-115900000D03* 1020 | D26* 1021 | X146460000Y-115080000D03* 1022 | D27* 1023 | X153211742Y-112061222D02* 1024 | X152408258Y-113018778D01* 1025 | D26* 1026 | X151540000Y-115080000D03* 1027 | D27* 1028 | X145591742Y-113018778D02* 1029 | X144788258Y-112061222D01* 1030 | D26* 1031 | X146460000Y-114500000D03* 1032 | X146460000Y-114000000D03* 1033 | X151540000Y-114000000D03* 1034 | X151540000Y-114500000D03* 1035 | D28* 1036 | X143920000Y-110000000D03* 1037 | X154080000Y-110000000D03* 1038 | D29* 1039 | X143780000Y-105800000D03* 1040 | X154220000Y-105800000D03* 1041 | D23* 1042 | X125205324Y-114263871D02* 1043 | X124594676Y-113536129D01* 1044 | D24* 1045 | X130000000Y-110000000D03* 1046 | D25* 1047 | X135500000Y-110000000D03* 1048 | X124500000Y-110000000D03* 1049 | D23* 1050 | X135405324Y-113536129D02* 1051 | X134794676Y-114263871D01* 1052 | D15* 1053 | X130000000Y-115900000D03* 1054 | D26* 1055 | X127460000Y-115080000D03* 1056 | D27* 1057 | X134211742Y-112061222D02* 1058 | X133408258Y-113018778D01* 1059 | D26* 1060 | X132540000Y-115080000D03* 1061 | D27* 1062 | X126591742Y-113018778D02* 1063 | X125788258Y-112061222D01* 1064 | D26* 1065 | X127460000Y-114500000D03* 1066 | X127460000Y-114000000D03* 1067 | X132540000Y-114000000D03* 1068 | X132540000Y-114500000D03* 1069 | D28* 1070 | X124920000Y-110000000D03* 1071 | X135080000Y-110000000D03* 1072 | D29* 1073 | X124780000Y-105800000D03* 1074 | X135220000Y-105800000D03* 1075 | D23* 1076 | X106205324Y-114263871D02* 1077 | X105594676Y-113536129D01* 1078 | D24* 1079 | X111000000Y-110000000D03* 1080 | D25* 1081 | X116500000Y-110000000D03* 1082 | X105500000Y-110000000D03* 1083 | D23* 1084 | X116405324Y-113536129D02* 1085 | X115794676Y-114263871D01* 1086 | D15* 1087 | X111000000Y-115900000D03* 1088 | D26* 1089 | X108460000Y-115080000D03* 1090 | D27* 1091 | X115211742Y-112061222D02* 1092 | X114408258Y-113018778D01* 1093 | D26* 1094 | X113540000Y-115080000D03* 1095 | D27* 1096 | X107591742Y-113018778D02* 1097 | X106788258Y-112061222D01* 1098 | D26* 1099 | X108460000Y-114500000D03* 1100 | X108460000Y-114000000D03* 1101 | X113540000Y-114000000D03* 1102 | X113540000Y-114500000D03* 1103 | D28* 1104 | X105920000Y-110000000D03* 1105 | X116080000Y-110000000D03* 1106 | D29* 1107 | X105780000Y-105800000D03* 1108 | X116220000Y-105800000D03* 1109 | D23* 1110 | X87205324Y-114263871D02* 1111 | X86594676Y-113536129D01* 1112 | D24* 1113 | X92000000Y-110000000D03* 1114 | D25* 1115 | X97500000Y-110000000D03* 1116 | X86500000Y-110000000D03* 1117 | D23* 1118 | X97405324Y-113536129D02* 1119 | X96794676Y-114263871D01* 1120 | D15* 1121 | X92000000Y-115900000D03* 1122 | D26* 1123 | X89460000Y-115080000D03* 1124 | D27* 1125 | X96211742Y-112061222D02* 1126 | X95408258Y-113018778D01* 1127 | D26* 1128 | X94540000Y-115080000D03* 1129 | D27* 1130 | X88591742Y-113018778D02* 1131 | X87788258Y-112061222D01* 1132 | D26* 1133 | X89460000Y-114500000D03* 1134 | X89460000Y-114000000D03* 1135 | X94540000Y-114000000D03* 1136 | X94540000Y-114500000D03* 1137 | D28* 1138 | X86920000Y-110000000D03* 1139 | X97080000Y-110000000D03* 1140 | D29* 1141 | X86780000Y-105800000D03* 1142 | X97220000Y-105800000D03* 1143 | D23* 1144 | X182205324Y-95263871D02* 1145 | X181594676Y-94536129D01* 1146 | D24* 1147 | X187000000Y-91000000D03* 1148 | D25* 1149 | X192500000Y-91000000D03* 1150 | X181500000Y-91000000D03* 1151 | D23* 1152 | X192405324Y-94536129D02* 1153 | X191794676Y-95263871D01* 1154 | D15* 1155 | X187000000Y-96900000D03* 1156 | D26* 1157 | X184460000Y-96080000D03* 1158 | D27* 1159 | X191211742Y-93061222D02* 1160 | X190408258Y-94018778D01* 1161 | D26* 1162 | X189540000Y-96080000D03* 1163 | D27* 1164 | X183591742Y-94018778D02* 1165 | X182788258Y-93061222D01* 1166 | D26* 1167 | X184460000Y-95500000D03* 1168 | X184460000Y-95000000D03* 1169 | X189540000Y-95000000D03* 1170 | X189540000Y-95500000D03* 1171 | D28* 1172 | X181920000Y-91000000D03* 1173 | X192080000Y-91000000D03* 1174 | D29* 1175 | X181780000Y-86800000D03* 1176 | X192220000Y-86800000D03* 1177 | D23* 1178 | X163205324Y-95263871D02* 1179 | X162594676Y-94536129D01* 1180 | D24* 1181 | X168000000Y-91000000D03* 1182 | D25* 1183 | X173500000Y-91000000D03* 1184 | X162500000Y-91000000D03* 1185 | D23* 1186 | X173405324Y-94536129D02* 1187 | X172794676Y-95263871D01* 1188 | D15* 1189 | X168000000Y-96900000D03* 1190 | D26* 1191 | X165460000Y-96080000D03* 1192 | D27* 1193 | X172211742Y-93061222D02* 1194 | X171408258Y-94018778D01* 1195 | D26* 1196 | X170540000Y-96080000D03* 1197 | D27* 1198 | X164591742Y-94018778D02* 1199 | X163788258Y-93061222D01* 1200 | D26* 1201 | X165460000Y-95500000D03* 1202 | X165460000Y-95000000D03* 1203 | X170540000Y-95000000D03* 1204 | X170540000Y-95500000D03* 1205 | D28* 1206 | X162920000Y-91000000D03* 1207 | X173080000Y-91000000D03* 1208 | D29* 1209 | X162780000Y-86800000D03* 1210 | X173220000Y-86800000D03* 1211 | D23* 1212 | X144205324Y-95263871D02* 1213 | X143594676Y-94536129D01* 1214 | D24* 1215 | X149000000Y-91000000D03* 1216 | D25* 1217 | X154500000Y-91000000D03* 1218 | X143500000Y-91000000D03* 1219 | D23* 1220 | X154405324Y-94536129D02* 1221 | X153794676Y-95263871D01* 1222 | D15* 1223 | X149000000Y-96900000D03* 1224 | D26* 1225 | X146460000Y-96080000D03* 1226 | D27* 1227 | X153211742Y-93061222D02* 1228 | X152408258Y-94018778D01* 1229 | D26* 1230 | X151540000Y-96080000D03* 1231 | D27* 1232 | X145591742Y-94018778D02* 1233 | X144788258Y-93061222D01* 1234 | D26* 1235 | X146460000Y-95500000D03* 1236 | X146460000Y-95000000D03* 1237 | X151540000Y-95000000D03* 1238 | X151540000Y-95500000D03* 1239 | D28* 1240 | X143920000Y-91000000D03* 1241 | X154080000Y-91000000D03* 1242 | D29* 1243 | X143780000Y-86800000D03* 1244 | X154220000Y-86800000D03* 1245 | D23* 1246 | X125205324Y-95263871D02* 1247 | X124594676Y-94536129D01* 1248 | D24* 1249 | X130000000Y-91000000D03* 1250 | D25* 1251 | X135500000Y-91000000D03* 1252 | X124500000Y-91000000D03* 1253 | D23* 1254 | X135405324Y-94536129D02* 1255 | X134794676Y-95263871D01* 1256 | D15* 1257 | X130000000Y-96900000D03* 1258 | D26* 1259 | X127460000Y-96080000D03* 1260 | D27* 1261 | X134211742Y-93061222D02* 1262 | X133408258Y-94018778D01* 1263 | D26* 1264 | X132540000Y-96080000D03* 1265 | D27* 1266 | X126591742Y-94018778D02* 1267 | X125788258Y-93061222D01* 1268 | D26* 1269 | X127460000Y-95500000D03* 1270 | X127460000Y-95000000D03* 1271 | X132540000Y-95000000D03* 1272 | X132540000Y-95500000D03* 1273 | D28* 1274 | X124920000Y-91000000D03* 1275 | X135080000Y-91000000D03* 1276 | D29* 1277 | X124780000Y-86800000D03* 1278 | X135220000Y-86800000D03* 1279 | D23* 1280 | X106205324Y-95263871D02* 1281 | X105594676Y-94536129D01* 1282 | D24* 1283 | X111000000Y-91000000D03* 1284 | D25* 1285 | X116500000Y-91000000D03* 1286 | X105500000Y-91000000D03* 1287 | D23* 1288 | X116405324Y-94536129D02* 1289 | X115794676Y-95263871D01* 1290 | D15* 1291 | X111000000Y-96900000D03* 1292 | D26* 1293 | X108460000Y-96080000D03* 1294 | D27* 1295 | X115211742Y-93061222D02* 1296 | X114408258Y-94018778D01* 1297 | D26* 1298 | X113540000Y-96080000D03* 1299 | D27* 1300 | X107591742Y-94018778D02* 1301 | X106788258Y-93061222D01* 1302 | D26* 1303 | X108460000Y-95500000D03* 1304 | X108460000Y-95000000D03* 1305 | X113540000Y-95000000D03* 1306 | X113540000Y-95500000D03* 1307 | D28* 1308 | X105920000Y-91000000D03* 1309 | X116080000Y-91000000D03* 1310 | D29* 1311 | X105780000Y-86800000D03* 1312 | X116220000Y-86800000D03* 1313 | D23* 1314 | X87205324Y-95263871D02* 1315 | X86594676Y-94536129D01* 1316 | D24* 1317 | X92000000Y-91000000D03* 1318 | D25* 1319 | X97500000Y-91000000D03* 1320 | X86500000Y-91000000D03* 1321 | D23* 1322 | X97405324Y-94536129D02* 1323 | X96794676Y-95263871D01* 1324 | D15* 1325 | X92000000Y-96900000D03* 1326 | D26* 1327 | X89460000Y-96080000D03* 1328 | D27* 1329 | X96211742Y-93061222D02* 1330 | X95408258Y-94018778D01* 1331 | D26* 1332 | X94540000Y-96080000D03* 1333 | D27* 1334 | X88591742Y-94018778D02* 1335 | X87788258Y-93061222D01* 1336 | D26* 1337 | X89460000Y-95500000D03* 1338 | X89460000Y-95000000D03* 1339 | X94540000Y-95000000D03* 1340 | X94540000Y-95500000D03* 1341 | D28* 1342 | X86920000Y-91000000D03* 1343 | X97080000Y-91000000D03* 1344 | D29* 1345 | X86780000Y-86800000D03* 1346 | X97220000Y-86800000D03* 1347 | D23* 1348 | X182205324Y-76263871D02* 1349 | X181594676Y-75536129D01* 1350 | D24* 1351 | X187000000Y-72000000D03* 1352 | D25* 1353 | X192500000Y-72000000D03* 1354 | X181500000Y-72000000D03* 1355 | D23* 1356 | X192405324Y-75536129D02* 1357 | X191794676Y-76263871D01* 1358 | D15* 1359 | X187000000Y-77900000D03* 1360 | D26* 1361 | X184460000Y-77080000D03* 1362 | D27* 1363 | X191211742Y-74061222D02* 1364 | X190408258Y-75018778D01* 1365 | D26* 1366 | X189540000Y-77080000D03* 1367 | D27* 1368 | X183591742Y-75018778D02* 1369 | X182788258Y-74061222D01* 1370 | D26* 1371 | X184460000Y-76500000D03* 1372 | X184460000Y-76000000D03* 1373 | X189540000Y-76000000D03* 1374 | X189540000Y-76500000D03* 1375 | D28* 1376 | X181920000Y-72000000D03* 1377 | X192080000Y-72000000D03* 1378 | D29* 1379 | X181780000Y-67800000D03* 1380 | X192220000Y-67800000D03* 1381 | D23* 1382 | X163205324Y-76263871D02* 1383 | X162594676Y-75536129D01* 1384 | D24* 1385 | X168000000Y-72000000D03* 1386 | D25* 1387 | X173500000Y-72000000D03* 1388 | X162500000Y-72000000D03* 1389 | D23* 1390 | X173405324Y-75536129D02* 1391 | X172794676Y-76263871D01* 1392 | D15* 1393 | X168000000Y-77900000D03* 1394 | D26* 1395 | X165460000Y-77080000D03* 1396 | D27* 1397 | X172211742Y-74061222D02* 1398 | X171408258Y-75018778D01* 1399 | D26* 1400 | X170540000Y-77080000D03* 1401 | D27* 1402 | X164591742Y-75018778D02* 1403 | X163788258Y-74061222D01* 1404 | D26* 1405 | X165460000Y-76500000D03* 1406 | X165460000Y-76000000D03* 1407 | X170540000Y-76000000D03* 1408 | X170540000Y-76500000D03* 1409 | D28* 1410 | X162920000Y-72000000D03* 1411 | X173080000Y-72000000D03* 1412 | D29* 1413 | X162780000Y-67800000D03* 1414 | X173220000Y-67800000D03* 1415 | D23* 1416 | X144205324Y-76263871D02* 1417 | X143594676Y-75536129D01* 1418 | D24* 1419 | X149000000Y-72000000D03* 1420 | D25* 1421 | X154500000Y-72000000D03* 1422 | X143500000Y-72000000D03* 1423 | D23* 1424 | X154405324Y-75536129D02* 1425 | X153794676Y-76263871D01* 1426 | D15* 1427 | X149000000Y-77900000D03* 1428 | D26* 1429 | X146460000Y-77080000D03* 1430 | D27* 1431 | X153211742Y-74061222D02* 1432 | X152408258Y-75018778D01* 1433 | D26* 1434 | X151540000Y-77080000D03* 1435 | D27* 1436 | X145591742Y-75018778D02* 1437 | X144788258Y-74061222D01* 1438 | D26* 1439 | X146460000Y-76500000D03* 1440 | X146460000Y-76000000D03* 1441 | X151540000Y-76000000D03* 1442 | X151540000Y-76500000D03* 1443 | D28* 1444 | X143920000Y-72000000D03* 1445 | X154080000Y-72000000D03* 1446 | D29* 1447 | X143780000Y-67800000D03* 1448 | X154220000Y-67800000D03* 1449 | D23* 1450 | X106205324Y-76263871D02* 1451 | X105594676Y-75536129D01* 1452 | D24* 1453 | X111000000Y-72000000D03* 1454 | D25* 1455 | X116500000Y-72000000D03* 1456 | X105500000Y-72000000D03* 1457 | D23* 1458 | X116405324Y-75536129D02* 1459 | X115794676Y-76263871D01* 1460 | D15* 1461 | X111000000Y-77900000D03* 1462 | D26* 1463 | X108460000Y-77080000D03* 1464 | D27* 1465 | X115211742Y-74061222D02* 1466 | X114408258Y-75018778D01* 1467 | D26* 1468 | X113540000Y-77080000D03* 1469 | D27* 1470 | X107591742Y-75018778D02* 1471 | X106788258Y-74061222D01* 1472 | D26* 1473 | X108460000Y-76500000D03* 1474 | X108460000Y-76000000D03* 1475 | X113540000Y-76000000D03* 1476 | X113540000Y-76500000D03* 1477 | D28* 1478 | X105920000Y-72000000D03* 1479 | X116080000Y-72000000D03* 1480 | D29* 1481 | X105780000Y-67800000D03* 1482 | X116220000Y-67800000D03* 1483 | D23* 1484 | X87205324Y-76263871D02* 1485 | X86594676Y-75536129D01* 1486 | D24* 1487 | X92000000Y-72000000D03* 1488 | D25* 1489 | X97500000Y-72000000D03* 1490 | X86500000Y-72000000D03* 1491 | D23* 1492 | X97405324Y-75536129D02* 1493 | X96794676Y-76263871D01* 1494 | D15* 1495 | X92000000Y-77900000D03* 1496 | D26* 1497 | X89460000Y-77080000D03* 1498 | D27* 1499 | X96211742Y-74061222D02* 1500 | X95408258Y-75018778D01* 1501 | D26* 1502 | X94540000Y-77080000D03* 1503 | D27* 1504 | X88591742Y-75018778D02* 1505 | X87788258Y-74061222D01* 1506 | D26* 1507 | X89460000Y-76500000D03* 1508 | X89460000Y-76000000D03* 1509 | X94540000Y-76000000D03* 1510 | X94540000Y-76500000D03* 1511 | D28* 1512 | X86920000Y-72000000D03* 1513 | X97080000Y-72000000D03* 1514 | D29* 1515 | X86780000Y-67800000D03* 1516 | X97220000Y-67800000D03* 1517 | D23* 1518 | X163205324Y-57263871D02* 1519 | X162594676Y-56536129D01* 1520 | D24* 1521 | X168000000Y-53000000D03* 1522 | D25* 1523 | X173500000Y-53000000D03* 1524 | X162500000Y-53000000D03* 1525 | D23* 1526 | X173405324Y-56536129D02* 1527 | X172794676Y-57263871D01* 1528 | D15* 1529 | X168000000Y-58900000D03* 1530 | D26* 1531 | X165460000Y-58080000D03* 1532 | D27* 1533 | X172211742Y-55061222D02* 1534 | X171408258Y-56018778D01* 1535 | D26* 1536 | X170540000Y-58080000D03* 1537 | D27* 1538 | X164591742Y-56018778D02* 1539 | X163788258Y-55061222D01* 1540 | D26* 1541 | X165460000Y-57500000D03* 1542 | X165460000Y-57000000D03* 1543 | X170540000Y-57000000D03* 1544 | X170540000Y-57500000D03* 1545 | D28* 1546 | X162920000Y-53000000D03* 1547 | X173080000Y-53000000D03* 1548 | D29* 1549 | X162780000Y-48800000D03* 1550 | X173220000Y-48800000D03* 1551 | D23* 1552 | X125205324Y-57263871D02* 1553 | X124594676Y-56536129D01* 1554 | D24* 1555 | X130000000Y-53000000D03* 1556 | D25* 1557 | X135500000Y-53000000D03* 1558 | X124500000Y-53000000D03* 1559 | D23* 1560 | X135405324Y-56536129D02* 1561 | X134794676Y-57263871D01* 1562 | D15* 1563 | X130000000Y-58900000D03* 1564 | D26* 1565 | X127460000Y-58080000D03* 1566 | D27* 1567 | X134211742Y-55061222D02* 1568 | X133408258Y-56018778D01* 1569 | D26* 1570 | X132540000Y-58080000D03* 1571 | D27* 1572 | X126591742Y-56018778D02* 1573 | X125788258Y-55061222D01* 1574 | D26* 1575 | X127460000Y-57500000D03* 1576 | X127460000Y-57000000D03* 1577 | X132540000Y-57000000D03* 1578 | X132540000Y-57500000D03* 1579 | D28* 1580 | X124920000Y-53000000D03* 1581 | X135080000Y-53000000D03* 1582 | D29* 1583 | X124780000Y-48800000D03* 1584 | X135220000Y-48800000D03* 1585 | D23* 1586 | X106205324Y-57263871D02* 1587 | X105594676Y-56536129D01* 1588 | D24* 1589 | X111000000Y-53000000D03* 1590 | D25* 1591 | X116500000Y-53000000D03* 1592 | X105500000Y-53000000D03* 1593 | D23* 1594 | X116405324Y-56536129D02* 1595 | X115794676Y-57263871D01* 1596 | D15* 1597 | X111000000Y-58900000D03* 1598 | D26* 1599 | X108460000Y-58080000D03* 1600 | D27* 1601 | X115211742Y-55061222D02* 1602 | X114408258Y-56018778D01* 1603 | D26* 1604 | X113540000Y-58080000D03* 1605 | D27* 1606 | X107591742Y-56018778D02* 1607 | X106788258Y-55061222D01* 1608 | D26* 1609 | X108460000Y-57500000D03* 1610 | X108460000Y-57000000D03* 1611 | X113540000Y-57000000D03* 1612 | X113540000Y-57500000D03* 1613 | D28* 1614 | X105920000Y-53000000D03* 1615 | X116080000Y-53000000D03* 1616 | D29* 1617 | X105780000Y-48800000D03* 1618 | X116220000Y-48800000D03* 1619 | D23* 1620 | X182205324Y-57263871D02* 1621 | X181594676Y-56536129D01* 1622 | D24* 1623 | X187000000Y-53000000D03* 1624 | D25* 1625 | X192500000Y-53000000D03* 1626 | X181500000Y-53000000D03* 1627 | D23* 1628 | X192405324Y-56536129D02* 1629 | X191794676Y-57263871D01* 1630 | D15* 1631 | X187000000Y-58900000D03* 1632 | D26* 1633 | X184460000Y-58080000D03* 1634 | D27* 1635 | X191211742Y-55061222D02* 1636 | X190408258Y-56018778D01* 1637 | D26* 1638 | X189540000Y-58080000D03* 1639 | D27* 1640 | X183591742Y-56018778D02* 1641 | X182788258Y-55061222D01* 1642 | D26* 1643 | X184460000Y-57500000D03* 1644 | X184460000Y-57000000D03* 1645 | X189540000Y-57000000D03* 1646 | X189540000Y-57500000D03* 1647 | D28* 1648 | X181920000Y-53000000D03* 1649 | X192080000Y-53000000D03* 1650 | D29* 1651 | X181780000Y-48800000D03* 1652 | X192220000Y-48800000D03* 1653 | M02* 1654 | -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-Edge.Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.FileFunction,Profile,NP* 2 | %FSLAX46Y46*% 3 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 4 | G04 Created by KiCad (PCBNEW 4.0.1-stable) date 2018/01/08 13:19:11* 5 | %MOMM*% 6 | G01* 7 | G04 APERTURE LIST* 8 | %ADD10C,0.100000*% 9 | %ADD11C,0.150000*% 10 | G04 APERTURE END LIST* 11 | D10* 12 | D11* 13 | X180500000Y-138000000D02* 14 | X213500000Y-138000000D01* 15 | X179500000Y-135000000D02* 16 | X179500000Y-137000000D01* 17 | X175500000Y-137000000D02* 18 | X175500000Y-135000000D01* 19 | X123500000Y-138000000D02* 20 | X174500000Y-138000000D01* 21 | X117500000Y-138000000D02* 22 | X84500000Y-138000000D01* 23 | X122500000Y-135000000D02* 24 | X122500000Y-137000000D01* 25 | X118500000Y-135000000D02* 26 | X118500000Y-137000000D01* 27 | X83000000Y-84500000D02* 28 | X83000000Y-117500000D01* 29 | X86000000Y-83500000D02* 30 | X84000000Y-83500000D01* 31 | X84000000Y-79500000D02* 32 | X86000000Y-79500000D01* 33 | X83000000Y-45500000D02* 34 | X83000000Y-78500000D01* 35 | X179500000Y-137000000D02* 36 | G75* 37 | G03X180500000Y-138000000I1000000J0D01* 38 | G01* 39 | X174500000Y-138000000D02* 40 | G75* 41 | G03X175500000Y-137000000I0J1000000D01* 42 | G01* 43 | X122500000Y-137000000D02* 44 | G75* 45 | G03X123500000Y-138000000I1000000J0D01* 46 | G01* 47 | X117500000Y-138000000D02* 48 | G75* 49 | G03X118500000Y-137000000I0J1000000D01* 50 | G01* 51 | X84000000Y-83500000D02* 52 | G75* 53 | G03X83000000Y-84500000I0J-1000000D01* 54 | G01* 55 | X83000000Y-78500000D02* 56 | G75* 57 | G03X84000000Y-79500000I1000000J0D01* 58 | G01* 59 | X180500000Y-44000000D02* 60 | X213500000Y-44000000D01* 61 | X179500000Y-45000000D02* 62 | X179500000Y-47000000D01* 63 | X180500000Y-44000000D02* 64 | G75* 65 | G03X179500000Y-45000000I0J-1000000D01* 66 | G01* 67 | X175500000Y-45000000D02* 68 | X175500000Y-47000000D01* 69 | X175500000Y-45000000D02* 70 | G75* 71 | G03X174500000Y-44000000I-1000000J0D01* 72 | G01* 73 | X123500000Y-44000000D02* 74 | X174500000Y-44000000D01* 75 | X122500000Y-47000000D02* 76 | X122500000Y-45000000D01* 77 | X123500000Y-44000000D02* 78 | G75* 79 | G03X122500000Y-45000000I0J-1000000D01* 80 | G01* 81 | X117500000Y-44000000D02* 82 | X84500000Y-44000000D01* 83 | X118500000Y-45000000D02* 84 | X118500000Y-47000000D01* 85 | X118500000Y-45000000D02* 86 | G75* 87 | G03X117500000Y-44000000I-1000000J0D01* 88 | G01* 89 | X175500000Y-135000000D02* 90 | X179500000Y-135000000D01* 91 | X118500000Y-135000000D02* 92 | X122500000Y-135000000D01* 93 | X175500000Y-47000000D02* 94 | X179500000Y-47000000D01* 95 | X118500000Y-47000000D02* 96 | X122500000Y-47000000D01* 97 | X86000000Y-79500000D02* 98 | X86000000Y-83500000D01* 99 | X204250000Y-126250000D02* 100 | X204250000Y-121750000D01* 101 | X207750000Y-126250000D02* 102 | X204250000Y-126250000D01* 103 | X207750000Y-121750000D02* 104 | X207750000Y-126250000D01* 105 | X204250000Y-121750000D02* 106 | X207750000Y-121750000D01* 107 | X185250000Y-126250000D02* 108 | X185250000Y-121750000D01* 109 | X188750000Y-126250000D02* 110 | X185250000Y-126250000D01* 111 | X188750000Y-121750000D02* 112 | X188750000Y-126250000D01* 113 | X185250000Y-121750000D02* 114 | X188750000Y-121750000D01* 115 | X166250000Y-126250000D02* 116 | X166250000Y-121750000D01* 117 | X169750000Y-126250000D02* 118 | X166250000Y-126250000D01* 119 | X169750000Y-121750000D02* 120 | X169750000Y-126250000D01* 121 | X166250000Y-121750000D02* 122 | X169750000Y-121750000D01* 123 | X147250000Y-126250000D02* 124 | X147250000Y-121750000D01* 125 | X150750000Y-126250000D02* 126 | X147250000Y-126250000D01* 127 | X150750000Y-121750000D02* 128 | X150750000Y-126250000D01* 129 | X147250000Y-121750000D02* 130 | X150750000Y-121750000D01* 131 | X128250000Y-126250000D02* 132 | X128250000Y-121750000D01* 133 | X131750000Y-126250000D02* 134 | X128250000Y-126250000D01* 135 | X131750000Y-121750000D02* 136 | X131750000Y-126250000D01* 137 | X128250000Y-121750000D02* 138 | X131750000Y-121750000D01* 139 | X109250000Y-126250000D02* 140 | X109250000Y-121750000D01* 141 | X112750000Y-126250000D02* 142 | X109250000Y-126250000D01* 143 | X112750000Y-121750000D02* 144 | X112750000Y-126250000D01* 145 | X109250000Y-121750000D02* 146 | X112750000Y-121750000D01* 147 | X90250000Y-126250000D02* 148 | X90250000Y-121750000D01* 149 | X93750000Y-126250000D02* 150 | X90250000Y-126250000D01* 151 | X93750000Y-121750000D02* 152 | X93750000Y-126250000D01* 153 | X90250000Y-121750000D02* 154 | X93750000Y-121750000D01* 155 | X90250000Y-107250000D02* 156 | X90250000Y-102750000D01* 157 | X93750000Y-107250000D02* 158 | X90250000Y-107250000D01* 159 | X93750000Y-102750000D02* 160 | X93750000Y-107250000D01* 161 | X90250000Y-102750000D02* 162 | X93750000Y-102750000D01* 163 | X109250000Y-107250000D02* 164 | X109250000Y-102750000D01* 165 | X112750000Y-107250000D02* 166 | X109250000Y-107250000D01* 167 | X112750000Y-102750000D02* 168 | X112750000Y-107250000D01* 169 | X109250000Y-102750000D02* 170 | X112750000Y-102750000D01* 171 | X128250000Y-107250000D02* 172 | X128250000Y-102750000D01* 173 | X131750000Y-107250000D02* 174 | X128250000Y-107250000D01* 175 | X131750000Y-102750000D02* 176 | X131750000Y-107250000D01* 177 | X128250000Y-102750000D02* 178 | X131750000Y-102750000D01* 179 | X147250000Y-107250000D02* 180 | X147250000Y-102750000D01* 181 | X150750000Y-107250000D02* 182 | X147250000Y-107250000D01* 183 | X150750000Y-102750000D02* 184 | X150750000Y-107250000D01* 185 | X147300000Y-102750000D02* 186 | X150750000Y-102750000D01* 187 | X166250000Y-107250000D02* 188 | X166250000Y-102750000D01* 189 | X169750000Y-107250000D02* 190 | X166250000Y-107250000D01* 191 | X169750000Y-102750000D02* 192 | X169750000Y-107250000D01* 193 | X166250000Y-102750000D02* 194 | X169750000Y-102750000D01* 195 | X185250000Y-107250000D02* 196 | X185250000Y-102750000D01* 197 | X188750000Y-107250000D02* 198 | X185250000Y-107250000D01* 199 | X188750000Y-102750000D02* 200 | X188750000Y-107250000D01* 201 | X185250000Y-102750000D02* 202 | X188750000Y-102750000D01* 203 | X204250000Y-107250000D02* 204 | X204250000Y-102750000D01* 205 | X207750000Y-107250000D02* 206 | X204250000Y-107250000D01* 207 | X207750000Y-102750000D02* 208 | X207750000Y-107250000D01* 209 | X204250000Y-102750000D02* 210 | X207750000Y-102750000D01* 211 | X185250000Y-88250000D02* 212 | X185250000Y-83750000D01* 213 | X188750000Y-88250000D02* 214 | X185250000Y-88250000D01* 215 | X188750000Y-83750000D02* 216 | X188750000Y-88250000D01* 217 | X185250000Y-83750000D02* 218 | X188750000Y-83750000D01* 219 | X166250000Y-88250000D02* 220 | X166250000Y-83750000D01* 221 | X169750000Y-88250000D02* 222 | X166250000Y-88250000D01* 223 | X169750000Y-83750000D02* 224 | X169750000Y-88250000D01* 225 | X166300000Y-83750000D02* 226 | X169750000Y-83750000D01* 227 | X147250000Y-88250000D02* 228 | X147250000Y-83750000D01* 229 | X150750000Y-88250000D02* 230 | X147250000Y-88250000D01* 231 | X150750000Y-83750000D02* 232 | X150750000Y-88250000D01* 233 | X147250000Y-83750000D02* 234 | X150750000Y-83750000D01* 235 | X128250000Y-88250000D02* 236 | X128250000Y-83750000D01* 237 | X131750000Y-88250000D02* 238 | X128250000Y-88250000D01* 239 | X131750000Y-83750000D02* 240 | X131750000Y-88250000D01* 241 | X128250000Y-83750000D02* 242 | X131750000Y-83750000D01* 243 | X109250000Y-88250000D02* 244 | X109250000Y-83750000D01* 245 | X112750000Y-88250000D02* 246 | X109250000Y-88250000D01* 247 | X112750000Y-83750000D02* 248 | X112750000Y-88250000D01* 249 | X109250000Y-83750000D02* 250 | X112750000Y-83750000D01* 251 | X90250000Y-88250000D02* 252 | X90250000Y-83750000D01* 253 | X93750000Y-88250000D02* 254 | X90250000Y-88250000D01* 255 | X93750000Y-83750000D02* 256 | X93750000Y-88250000D01* 257 | X90250000Y-83750000D02* 258 | X93750000Y-83750000D01* 259 | X90250000Y-69250000D02* 260 | X90250000Y-64750000D01* 261 | X93750000Y-69250000D02* 262 | X90250000Y-69250000D01* 263 | X93750000Y-64750000D02* 264 | X93750000Y-69250000D01* 265 | X90250000Y-64750000D02* 266 | X93750000Y-64750000D01* 267 | X109250000Y-69250000D02* 268 | X109250000Y-64750000D01* 269 | X112750000Y-69250000D02* 270 | X109250000Y-69250000D01* 271 | X112750000Y-64750000D02* 272 | X112750000Y-69250000D01* 273 | X109250000Y-64750000D02* 274 | X112750000Y-64750000D01* 275 | X128250000Y-69250000D02* 276 | X128250000Y-64750000D01* 277 | X131750000Y-69250000D02* 278 | X128250000Y-69250000D01* 279 | X131750000Y-64750000D02* 280 | X131750000Y-69250000D01* 281 | X128250000Y-64750000D02* 282 | X131750000Y-64750000D01* 283 | X147250000Y-69250000D02* 284 | X147250000Y-64750000D01* 285 | X150750000Y-69250000D02* 286 | X147250000Y-69250000D01* 287 | X150750000Y-64750000D02* 288 | X150750000Y-69250000D01* 289 | X147250000Y-64750000D02* 290 | X150750000Y-64750000D01* 291 | X166250000Y-69250000D02* 292 | X166250000Y-64750000D01* 293 | X169750000Y-69250000D02* 294 | X166250000Y-69250000D01* 295 | X169750000Y-64750000D02* 296 | X169750000Y-69250000D01* 297 | X166250000Y-64750000D02* 298 | X169750000Y-64750000D01* 299 | X185250000Y-69250000D02* 300 | X185250000Y-64750000D01* 301 | X188750000Y-69250000D02* 302 | X185250000Y-69250000D01* 303 | X188750000Y-64750000D02* 304 | X188750000Y-69250000D01* 305 | X185250000Y-64750000D02* 306 | X188750000Y-64750000D01* 307 | X185250000Y-50250000D02* 308 | X185250000Y-45750000D01* 309 | X188750000Y-50250000D02* 310 | X185250000Y-50250000D01* 311 | X188750000Y-45750000D02* 312 | X188750000Y-50250000D01* 313 | X185250000Y-45750000D02* 314 | X188750000Y-45750000D01* 315 | X166250000Y-50250000D02* 316 | X166250000Y-45750000D01* 317 | X169750000Y-50250000D02* 318 | X166250000Y-50250000D01* 319 | X169750000Y-45750000D02* 320 | X169750000Y-50250000D01* 321 | X166250000Y-45750000D02* 322 | X169750000Y-45750000D01* 323 | X147250000Y-50250000D02* 324 | X147250000Y-45750000D01* 325 | X150750000Y-50250000D02* 326 | X147250000Y-50250000D01* 327 | X150750000Y-45750000D02* 328 | X150750000Y-50250000D01* 329 | X147250000Y-45750000D02* 330 | X150750000Y-45750000D01* 331 | X128250000Y-50250000D02* 332 | X128250000Y-45750000D01* 333 | X131750000Y-50250000D02* 334 | X128250000Y-50250000D01* 335 | X131750000Y-45750000D02* 336 | X131750000Y-50250000D01* 337 | X128250000Y-45750000D02* 338 | X131750000Y-45750000D01* 339 | X109250000Y-50250000D02* 340 | X109250000Y-45750000D01* 341 | X112750000Y-50250000D02* 342 | X109250000Y-50250000D01* 343 | X112750000Y-45750000D02* 344 | X112750000Y-50250000D01* 345 | X109250000Y-45750000D02* 346 | X112750000Y-45750000D01* 347 | X90250000Y-50250000D02* 348 | X90250000Y-45750000D01* 349 | X93750000Y-50250000D02* 350 | X90250000Y-50250000D01* 351 | X93750000Y-45750000D02* 352 | X93750000Y-50250000D01* 353 | X90250000Y-45750000D02* 354 | X93750000Y-45750000D01* 355 | X204500000Y-120000000D02* 356 | X188500000Y-120000000D01* 357 | X188500000Y-119000000D02* 358 | X204500000Y-119000000D01* 359 | X185500000Y-120000000D02* 360 | X169500000Y-120000000D01* 361 | X169500000Y-119000000D02* 362 | X185500000Y-119000000D01* 363 | X166500000Y-120000000D02* 364 | X150500000Y-120000000D01* 365 | X150500000Y-119000000D02* 366 | X166500000Y-119000000D01* 367 | X147500000Y-120000000D02* 368 | X131500000Y-120000000D01* 369 | X131500000Y-119000000D02* 370 | X147500000Y-119000000D01* 371 | X128500000Y-120000000D02* 372 | X112500000Y-120000000D01* 373 | X112500000Y-119000000D02* 374 | X128500000Y-119000000D01* 375 | X93500000Y-120000000D02* 376 | X109500000Y-120000000D01* 377 | X93500000Y-119000000D02* 378 | X109500000Y-119000000D01* 379 | X90500000Y-120000000D02* 380 | X84500000Y-120000000D01* 381 | X84500000Y-119000000D02* 382 | X90500000Y-119000000D01* 383 | X215000000Y-117500000D02* 384 | X215000000Y-45500000D01* 385 | X207500000Y-119000000D02* 386 | X213500000Y-119000000D01* 387 | X213500000Y-120000000D02* 388 | X207500000Y-120000000D01* 389 | X215000000Y-136500000D02* 390 | X215000000Y-121500000D01* 391 | X83000000Y-121500000D02* 392 | X83000000Y-136500000D01* 393 | X215000000Y-45500000D02* 394 | G75* 395 | G03X213500000Y-44000000I-1500000J0D01* 396 | G01* 397 | X84500000Y-44000000D02* 398 | G75* 399 | G03X83000000Y-45500000I0J-1500000D01* 400 | G01* 401 | X207000000Y-119500000D02* 402 | G75* 403 | G03X207500000Y-120000000I500000J0D01* 404 | G01* 405 | X207500000Y-119000000D02* 406 | G75* 407 | G03X207000000Y-119500000I0J-500000D01* 408 | G01* 409 | X204500000Y-120000000D02* 410 | G75* 411 | G03X205000000Y-119500000I0J500000D01* 412 | G01* 413 | X205000000Y-119500000D02* 414 | G75* 415 | G03X204500000Y-119000000I-500000J0D01* 416 | G01* 417 | X188000000Y-119500000D02* 418 | G75* 419 | G03X188500000Y-120000000I500000J0D01* 420 | G01* 421 | X188500000Y-119000000D02* 422 | G75* 423 | G03X188000000Y-119500000I0J-500000D01* 424 | G01* 425 | X185500000Y-120000000D02* 426 | G75* 427 | G03X186000000Y-119500000I0J500000D01* 428 | G01* 429 | X186000000Y-119500000D02* 430 | G75* 431 | G03X185500000Y-119000000I-500000J0D01* 432 | G01* 433 | X169000000Y-119500000D02* 434 | G75* 435 | G03X169500000Y-120000000I500000J0D01* 436 | G01* 437 | X169500000Y-119000000D02* 438 | G75* 439 | G03X169000000Y-119500000I0J-500000D01* 440 | G01* 441 | X166500000Y-120000000D02* 442 | G75* 443 | G03X167000000Y-119500000I0J500000D01* 444 | G01* 445 | X167000000Y-119500000D02* 446 | G75* 447 | G03X166500000Y-119000000I-500000J0D01* 448 | G01* 449 | X150000000Y-119500000D02* 450 | G75* 451 | G03X150500000Y-120000000I500000J0D01* 452 | G01* 453 | X150500000Y-119000000D02* 454 | G75* 455 | G03X150000000Y-119500000I0J-500000D01* 456 | G01* 457 | X147500000Y-120000000D02* 458 | G75* 459 | G03X148000000Y-119500000I0J500000D01* 460 | G01* 461 | X148000000Y-119500000D02* 462 | G75* 463 | G03X147500000Y-119000000I-500000J0D01* 464 | G01* 465 | X131000000Y-119500000D02* 466 | G75* 467 | G03X131500000Y-120000000I500000J0D01* 468 | G01* 469 | X131500000Y-119000000D02* 470 | G75* 471 | G03X131000000Y-119500000I0J-500000D01* 472 | G01* 473 | X128500000Y-120000000D02* 474 | G75* 475 | G03X129000000Y-119500000I0J500000D01* 476 | G01* 477 | X129000000Y-119500000D02* 478 | G75* 479 | G03X128500000Y-119000000I-500000J0D01* 480 | G01* 481 | X112000000Y-119500000D02* 482 | G75* 483 | G03X112500000Y-120000000I500000J0D01* 484 | G01* 485 | X112500000Y-119000000D02* 486 | G75* 487 | G03X112000000Y-119500000I0J-500000D01* 488 | G01* 489 | X109500000Y-120000000D02* 490 | G75* 491 | G03X110000000Y-119500000I0J500000D01* 492 | G01* 493 | X110000000Y-119500000D02* 494 | G75* 495 | G03X109500000Y-119000000I-500000J0D01* 496 | G01* 497 | X93000000Y-119500000D02* 498 | G75* 499 | G03X93500000Y-120000000I500000J0D01* 500 | G01* 501 | X93500000Y-119000000D02* 502 | G75* 503 | G03X93000000Y-119500000I0J-500000D01* 504 | G01* 505 | X90500000Y-120000000D02* 506 | G75* 507 | G03X91000000Y-119500000I0J500000D01* 508 | G01* 509 | X91000000Y-119500000D02* 510 | G75* 511 | G03X90500000Y-119000000I-500000J0D01* 512 | G01* 513 | X83000000Y-117500000D02* 514 | G75* 515 | G03X84500000Y-119000000I1500000J0D01* 516 | G01* 517 | X84500000Y-120000000D02* 518 | G75* 519 | G03X83000000Y-121500000I0J-1500000D01* 520 | G01* 521 | X83000000Y-136500000D02* 522 | G75* 523 | G03X84500000Y-138000000I1500000J0D01* 524 | G01* 525 | X213500000Y-138000000D02* 526 | G75* 527 | G03X215000000Y-136500000I0J1500000D01* 528 | G01* 529 | X215000000Y-121500000D02* 530 | G75* 531 | G03X213500000Y-120000000I-1500000J0D01* 532 | G01* 533 | X213500000Y-119000000D02* 534 | G75* 535 | G03X215000000Y-117500000I0J1500000D01* 536 | G01* 537 | M02* 538 | -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ;DRILL file {KiCad 4.0.1-stable} date 2018/01/08 13:19:18 3 | ;FORMAT={-:-/ absolute / inch / decimal} 4 | FMAT,2 5 | INCH,TZ 6 | T1C0.039 7 | T2C0.047 8 | T3C0.067 9 | T4C0.075 10 | T5C0.087 11 | T6C0.157 12 | T7C0.185 13 | % 14 | G90 15 | G05 16 | M72 17 | T1 18 | X3.4165Y-1.9213 19 | X3.4165Y-2.6693 20 | X3.4165Y-3.4173 21 | X3.4165Y-4.1654 22 | X3.4165Y-4.9134 23 | X3.8276Y-1.9213 24 | X3.8276Y-2.6693 25 | X3.8276Y-3.4173 26 | X3.8276Y-4.1654 27 | X3.8276Y-4.9134 28 | X4.1646Y-1.9213 29 | X4.1646Y-2.6693 30 | X4.1646Y-3.4173 31 | X4.1646Y-4.1654 32 | X4.1646Y-4.9134 33 | X4.5756Y-1.9213 34 | X4.5756Y-2.6693 35 | X4.5756Y-3.4173 36 | X4.5756Y-4.1654 37 | X4.5756Y-4.9134 38 | X4.9126Y-1.9213 39 | X4.9126Y-2.6693 40 | X4.9126Y-3.4173 41 | X4.9126Y-4.1654 42 | X4.9126Y-4.9134 43 | X5.3236Y-1.9213 44 | X5.3236Y-2.6693 45 | X5.3236Y-3.4173 46 | X5.3236Y-4.1654 47 | X5.3236Y-4.9134 48 | X5.6606Y-1.9213 49 | X5.6606Y-2.6693 50 | X5.6606Y-3.4173 51 | X5.6606Y-4.1654 52 | X5.6606Y-4.9134 53 | X6.0717Y-1.9213 54 | X6.0717Y-2.6693 55 | X6.0717Y-3.4173 56 | X6.0717Y-4.1654 57 | X6.0717Y-4.9134 58 | X6.4087Y-1.9213 59 | X6.4087Y-2.6693 60 | X6.4087Y-3.4173 61 | X6.4087Y-4.1654 62 | X6.4087Y-4.9134 63 | X6.8197Y-1.9213 64 | X6.8197Y-2.6693 65 | X6.8197Y-3.4173 66 | X6.8197Y-4.1654 67 | X6.8197Y-4.9134 68 | X7.1567Y-1.9213 69 | X7.1567Y-2.6693 70 | X7.1567Y-3.4173 71 | X7.1567Y-4.1654 72 | X7.1567Y-4.9134 73 | X7.5677Y-1.9213 74 | X7.5677Y-2.6693 75 | X7.5677Y-3.4173 76 | X7.5677Y-4.1654 77 | X7.5677Y-4.9134 78 | X7.9047Y-4.1654 79 | X7.9047Y-4.9134 80 | X8.3157Y-4.1654 81 | X8.3157Y-4.9134 82 | T2 83 | X8.1299Y-3.3634 84 | X8.1299Y-3.4323 85 | X8.4055Y-3.3634 86 | X8.4055Y-3.4323 87 | T3 88 | X3.422Y-2.0866 89 | X3.422Y-2.8346 90 | X3.422Y-3.5827 91 | X3.422Y-4.3307 92 | X3.422Y-5.0787 93 | X3.822Y-2.0866 94 | X3.822Y-2.8346 95 | X3.822Y-3.5827 96 | X3.822Y-4.3307 97 | X3.822Y-5.0787 98 | X4.1701Y-2.0866 99 | X4.1701Y-2.8346 100 | X4.1701Y-3.5827 101 | X4.1701Y-4.3307 102 | X4.1701Y-5.0787 103 | X4.5701Y-2.0866 104 | X4.5701Y-2.8346 105 | X4.5701Y-3.5827 106 | X4.5701Y-4.3307 107 | X4.5701Y-5.0787 108 | X4.9181Y-2.0866 109 | X4.9181Y-2.8346 110 | X4.9181Y-3.5827 111 | X4.9181Y-4.3307 112 | X4.9181Y-5.0787 113 | X5.3181Y-2.0866 114 | X5.3181Y-2.8346 115 | X5.3181Y-3.5827 116 | X5.3181Y-4.3307 117 | X5.3181Y-5.0787 118 | X5.6661Y-2.0866 119 | X5.6661Y-2.8346 120 | X5.6661Y-3.5827 121 | X5.6661Y-4.3307 122 | X5.6661Y-5.0787 123 | X6.0661Y-2.0866 124 | X6.0661Y-2.8346 125 | X6.0661Y-3.5827 126 | X6.0661Y-4.3307 127 | X6.0661Y-5.0787 128 | X6.4142Y-2.0866 129 | X6.4142Y-2.8346 130 | X6.4142Y-3.5827 131 | X6.4142Y-4.3307 132 | X6.4142Y-5.0787 133 | X6.8142Y-2.0866 134 | X6.8142Y-2.8346 135 | X6.8142Y-3.5827 136 | X6.8142Y-4.3307 137 | X6.8142Y-5.0787 138 | X7.1622Y-2.0866 139 | X7.1622Y-2.8346 140 | X7.1622Y-3.5827 141 | X7.1622Y-4.3307 142 | X7.1622Y-5.0787 143 | X7.5622Y-2.0866 144 | X7.5622Y-2.8346 145 | X7.5622Y-3.5827 146 | X7.5622Y-4.3307 147 | X7.5622Y-5.0787 148 | X7.9102Y-4.3307 149 | X7.9102Y-5.0787 150 | X8.3102Y-4.3307 151 | X8.3102Y-5.0787 152 | T4 153 | X3.4055Y-2.0866 154 | X3.4055Y-2.8346 155 | X3.4055Y-3.5827 156 | X3.4055Y-4.3307 157 | X3.4055Y-5.0787 158 | X3.8386Y-2.0866 159 | X3.8386Y-2.8346 160 | X3.8386Y-3.5827 161 | X3.8386Y-4.3307 162 | X3.8386Y-5.0787 163 | X4.1535Y-2.0866 164 | X4.1535Y-2.8346 165 | X4.1535Y-3.5827 166 | X4.1535Y-4.3307 167 | X4.1535Y-5.0787 168 | X4.5866Y-2.0866 169 | X4.5866Y-2.8346 170 | X4.5866Y-3.5827 171 | X4.5866Y-4.3307 172 | X4.5866Y-5.0787 173 | X4.9016Y-2.0866 174 | X4.9016Y-2.8346 175 | X4.9016Y-3.5827 176 | X4.9016Y-4.3307 177 | X4.9016Y-5.0787 178 | X5.3346Y-2.0866 179 | X5.3346Y-2.8346 180 | X5.3346Y-3.5827 181 | X5.3346Y-4.3307 182 | X5.3346Y-5.0787 183 | X5.6496Y-2.0866 184 | X5.6496Y-2.8346 185 | X5.6496Y-3.5827 186 | X5.6496Y-4.3307 187 | X5.6496Y-5.0787 188 | X6.0827Y-2.0866 189 | X6.0827Y-2.8346 190 | X6.0827Y-3.5827 191 | X6.0827Y-4.3307 192 | X6.0827Y-5.0787 193 | X6.3976Y-2.0866 194 | X6.3976Y-2.8346 195 | X6.3976Y-3.5827 196 | X6.3976Y-4.3307 197 | X6.3976Y-5.0787 198 | X6.8307Y-2.0866 199 | X6.8307Y-2.8346 200 | X6.8307Y-3.5827 201 | X6.8307Y-4.3307 202 | X6.8307Y-5.0787 203 | X7.1457Y-2.0866 204 | X7.1457Y-2.8346 205 | X7.1457Y-3.5827 206 | X7.1457Y-4.3307 207 | X7.1457Y-5.0787 208 | X7.5787Y-2.0866 209 | X7.5787Y-2.8346 210 | X7.5787Y-3.5827 211 | X7.5787Y-4.3307 212 | X7.5787Y-5.0787 213 | X7.8937Y-4.3307 214 | X7.8937Y-5.0787 215 | X8.3268Y-4.3307 216 | X8.3268Y-5.0787 217 | T5 218 | X7.8346Y-3.1693 219 | X7.8346Y-3.8583 220 | X7.8346Y-4.5965 221 | X7.8346Y-5.3445 222 | X8.376Y-3.1693 223 | X8.376Y-3.8583 224 | X8.376Y-4.5965 225 | X8.376Y-5.3445 226 | T6 227 | X3.622Y-2.0866 228 | X3.622Y-2.8346 229 | X3.622Y-3.5827 230 | X3.622Y-4.3307 231 | X3.622Y-5.0787 232 | X4.3701Y-2.0866 233 | X4.3701Y-2.8346 234 | X4.3701Y-3.5827 235 | X4.3701Y-4.3307 236 | X4.3701Y-5.0787 237 | X5.1181Y-2.0866 238 | X5.1181Y-2.8346 239 | X5.1181Y-3.5827 240 | X5.1181Y-4.3307 241 | X5.1181Y-5.0787 242 | X5.8661Y-2.0866 243 | X5.8661Y-2.8346 244 | X5.8661Y-3.5827 245 | X5.8661Y-4.3307 246 | X5.8661Y-5.0787 247 | X6.6142Y-2.0866 248 | X6.6142Y-2.8346 249 | X6.6142Y-3.5827 250 | X6.6142Y-4.3307 251 | X6.6142Y-5.0787 252 | X7.3622Y-2.0866 253 | X7.3622Y-2.8346 254 | X7.3622Y-3.5827 255 | X7.3622Y-4.3307 256 | X7.3622Y-5.0787 257 | X8.1102Y-4.3307 258 | X8.1102Y-5.0787 259 | T7 260 | X3.9961Y-2.4606 261 | X3.9961Y-3.9567 262 | X3.9961Y-4.7047 263 | X4.7441Y-4.7047 264 | X5.4921Y-2.4606 265 | X5.4921Y-3.9567 266 | X5.4921Y-4.7047 267 | X6.2402Y-4.7047 268 | X6.9882Y-2.4606 269 | X6.9882Y-3.9567 270 | X6.9882Y-4.7047 271 | X7.7362Y-4.7047 272 | T0 273 | M30 274 | -------------------------------------------------------------------------------- /PCB/beta/gerber/helix.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ;DRILL file {KiCad 4.0.1-stable} date 2018/01/08 13:19:18 3 | ;FORMAT={-:-/ absolute / inch / decimal} 4 | FMAT,2 5 | INCH,TZ 6 | T1C0.014 7 | T2C0.016 8 | T3C0.032 9 | T4C0.039 10 | T5C0.047 11 | T6C0.051 12 | T7C0.059 13 | % 14 | G90 15 | G05 16 | M72 17 | T1 18 | X3.3228Y-1.7874 19 | X3.3228Y-5.378 20 | X3.3543Y-4.5906 21 | X3.622Y-2.2283 22 | X3.622Y-2.9764 23 | X3.622Y-3.7165 24 | X3.622Y-4.4646 25 | X3.622Y-5.2126 26 | X4.3701Y-2.2205 27 | X4.3701Y-2.9764 28 | X4.3701Y-3.7165 29 | X4.3701Y-4.4646 30 | X4.3701Y-5.2126 31 | X5.1181Y-2.2205 32 | X5.1181Y-2.9764 33 | X5.1181Y-3.7165 34 | X5.1181Y-4.4646 35 | X5.1181Y-5.2126 36 | X5.8661Y-2.2205 37 | X5.8661Y-2.9764 38 | X5.8661Y-3.7165 39 | X5.8661Y-4.4646 40 | X5.8661Y-5.2126 41 | X6.6142Y-2.2205 42 | X6.6142Y-2.9764 43 | X6.6142Y-3.7244 44 | X6.6142Y-4.4646 45 | X6.6142Y-5.2126 46 | X7.1102Y-2.9291 47 | X7.3622Y-2.2205 48 | X7.3622Y-4.4646 49 | X7.3622Y-5.2126 50 | X8.1102Y-5.2126 51 | X8.3819Y-1.7677 52 | T2 53 | X3.2943Y-1.9843 54 | X3.2943Y-4.0394 55 | X3.3228Y-1.9528 56 | X3.3228Y-4.6378 57 | X3.3268Y-2.5354 58 | X3.3307Y-2.622 59 | X3.3307Y-4.0945 60 | X3.3346Y-3.4764 61 | X3.374Y-3.4567 62 | X3.4331Y-1.7953 63 | X3.437Y-4.0551 64 | X3.4488Y-2.5591 65 | X3.4685Y-3.3543 66 | X3.4724Y-1.8543 67 | X3.4724Y-4.8465 68 | X3.473Y-4.095 69 | X3.4744Y-2.5984 70 | X3.4764Y-4.7795 71 | X3.4882Y-3.2913 72 | X3.5984Y-4.6614 73 | X3.7717Y-1.8976 74 | X3.7717Y-4.1378 75 | X3.7795Y-4.8976 76 | X3.7847Y-2.6378 77 | X3.7874Y-3.3858 78 | X3.863Y-2.7165 79 | X3.8641Y-4.9606 80 | X3.8642Y-4.2098 81 | X3.8661Y-1.9685 82 | X3.8661Y-3.4646 83 | X3.9083Y-2.5484 84 | X4.1339Y-1.8189 85 | X4.1654Y-4.8031 86 | X4.1657Y-4.1058 87 | X4.185Y-2.5591 88 | X4.1969Y-4.8504 89 | X4.2047Y-3.3189 90 | X4.2165Y-1.8622 91 | X4.217Y-2.5951 92 | X4.2205Y-3.3543 93 | X4.2221Y-4.111 94 | X4.5236Y-1.8976 95 | X4.5236Y-3.4094 96 | X4.5377Y-4.1407 97 | X4.5377Y-4.8888 98 | X4.5512Y-2.6378 99 | X4.6102Y-4.2087 100 | X4.6122Y-2.7165 101 | X4.6122Y-3.4646 102 | X4.6122Y-4.9606 103 | X4.6142Y-1.9685 104 | X4.6654Y-2.4291 105 | X4.8976Y-1.8189 106 | X4.9055Y-4.0551 107 | X4.9134Y-2.5669 108 | X4.9134Y-4.8031 109 | X4.937Y-3.3228 110 | X4.9488Y-2.6084 111 | X4.9488Y-4.8504 112 | X4.9685Y-1.8543 113 | X4.9685Y-3.3543 114 | X4.9685Y-4.1024 115 | X5.2717Y-1.8976 116 | X5.2717Y-3.3937 117 | X5.2756Y-2.6417 118 | X5.2835Y-4.1339 119 | X5.2858Y-4.8888 120 | X5.3583Y-3.4685 121 | X5.3602Y-2.7244 122 | X5.3602Y-4.2126 123 | X5.3602Y-4.9606 124 | X5.3622Y-1.9685 125 | X5.4252Y-2.5591 126 | X5.6378Y-1.811 127 | X5.6614Y-4.063 128 | X5.6614Y-4.8031 129 | X5.689Y-3.3071 130 | X5.6929Y-2.5709 131 | X5.6968Y-4.0872 132 | X5.6969Y-4.8504 133 | X5.7126Y-1.8583 134 | X5.7165Y-2.5984 135 | X5.7202Y-3.3507 136 | X6.0197Y-2.6417 137 | X6.0197Y-3.3858 138 | X6.0236Y-1.9016 139 | X6.0315Y-4.1339 140 | X6.0394Y-4.8898 141 | X6.1083Y-2.7165 142 | X6.1083Y-3.4646 143 | X6.1083Y-4.2126 144 | X6.1083Y-4.9606 145 | X6.1102Y-1.9685 146 | X6.1496Y-2.5059 147 | X6.3858Y-4.0551 148 | X6.4016Y-1.8189 149 | X6.4094Y-2.5669 150 | X6.4094Y-4.7953 151 | X6.4291Y-3.3228 152 | X6.4449Y-2.6 153 | X6.4449Y-4.1024 154 | X6.4449Y-4.8504 155 | X6.4646Y-1.8583 156 | X6.4646Y-3.3504 157 | X6.7717Y-1.8937 158 | X6.7795Y-3.3858 159 | X6.7795Y-4.8819 160 | X6.7818Y-4.1407 161 | X6.7874Y-2.6457 162 | X6.8566Y-4.9702 163 | X6.8573Y-4.2126 164 | X6.8583Y-1.9606 165 | X6.8583Y-2.7165 166 | X6.8583Y-3.4646 167 | X6.9055Y-2.5837 168 | X7.0394Y-2.7638 169 | X7.0561Y-3.1161 170 | X7.07Y-2.783 171 | X7.0945Y-2.1969 172 | X7.0945Y-2.3858 173 | X7.1496Y-1.8189 174 | X7.1496Y-4.811 175 | X7.1575Y-4.0945 176 | X7.1772Y-2.5827 177 | X7.1811Y-3.3189 178 | X7.1929Y-4.8528 179 | X7.1937Y-4.1021 180 | X7.2087Y-1.8622 181 | X7.2087Y-2.5984 182 | X7.2126Y-3.3543 183 | X7.4843Y-3.1811 184 | X7.5012Y-2.6378 185 | X7.5029Y-3.385 186 | X7.5118Y-4.8976 187 | X7.5236Y-2.7165 188 | X7.5276Y-3.4567 189 | X7.5354Y-3.2835 190 | X7.5354Y-4.1417 191 | X7.5396Y-1.8823 192 | X7.5669Y-3.189 193 | X7.6024Y-2.5984 194 | X7.6043Y-4.2126 195 | X7.6043Y-4.9606 196 | X7.6069Y-2.7602 197 | X7.6388Y-2.9625 198 | X7.6535Y-4.7953 199 | X7.6575Y-2.6063 200 | X7.6654Y-4.8268 201 | X7.6654Y-4.9016 202 | X7.676Y-3.1161 203 | X7.6772Y-3.2598 204 | X7.685Y-3.5748 205 | X7.686Y-3.5253 206 | X7.7244Y-3.7559 207 | X7.7269Y-3.2274 208 | X7.748Y-4.1496 209 | X7.8307Y-4.2756 210 | X7.8494Y-2.3194 211 | X7.858Y-2.9118 212 | X7.8583Y-2.4094 213 | X7.8583Y-2.5118 214 | X7.8583Y-2.6142 215 | X7.8583Y-2.7165 216 | X7.8583Y-2.811 217 | X7.8583Y-3.0079 218 | X7.878Y-1.8425 219 | X7.8791Y-2.0344 220 | X7.8976Y-4.0551 221 | X7.9055Y-1.9606 222 | X7.9055Y-2.2756 223 | X7.9095Y-2.2122 224 | X7.9134Y-4.8504 225 | X7.937Y-4.1024 226 | X7.9484Y-4.8515 227 | X8.0232Y-2.7596 228 | X8.0394Y-3.0054 229 | X8.0994Y-3.013 230 | X8.0997Y-2.4138 231 | X8.1063Y-4.7756 232 | X8.126Y-2.1457 233 | X8.1407Y-3.2472 234 | X8.1496Y-3.8346 235 | X8.1969Y-3. 236 | X8.2047Y-2.3071 237 | X8.2126Y-4.0394 238 | X8.2362Y-3.685 239 | X8.2638Y-4.8898 240 | X8.2677Y-4.1496 241 | X8.2953Y-3.0354 242 | X8.3543Y-4.2126 243 | X8.3543Y-4.9606 244 | X8.3858Y-4.1024 245 | X8.3898Y-4.2441 246 | X8.437Y-4.0354 247 | T3 248 | X3.937Y-1.9957 249 | X3.937Y-2.2957 250 | X3.937Y-2.7831 251 | X3.937Y-3.0831 252 | X3.937Y-3.5114 253 | X3.937Y-3.8114 254 | X3.937Y-4.2398 255 | X3.937Y-4.5398 256 | X3.937Y-5.0272 257 | X3.937Y-5.3272 258 | X4.0551Y-1.9957 259 | X4.0551Y-2.2957 260 | X4.0551Y-2.7831 261 | X4.0551Y-3.0831 262 | X4.0551Y-3.5114 263 | X4.0551Y-3.8114 264 | X4.0551Y-4.2398 265 | X4.0551Y-4.5398 266 | X4.0551Y-5.0272 267 | X4.0551Y-5.3272 268 | X4.7441Y-1.9957 269 | X4.7441Y-2.2957 270 | X4.7441Y-2.7831 271 | X4.7441Y-3.0831 272 | X4.7441Y-3.5311 273 | X4.7441Y-3.8311 274 | X4.7441Y-4.2398 275 | X4.7441Y-4.5398 276 | X4.7441Y-4.9681 277 | X4.7441Y-5.2681 278 | X5.4921Y-1.9917 279 | X5.4921Y-2.2917 280 | X5.4921Y-2.7831 281 | X5.4921Y-3.0831 282 | X5.4921Y-3.5114 283 | X5.4921Y-3.8114 284 | X5.4921Y-4.2398 285 | X5.4921Y-4.5398 286 | X5.4921Y-5.0272 287 | X5.4921Y-5.3272 288 | X6.2402Y-1.9957 289 | X6.2402Y-2.2957 290 | X6.2402Y-2.7831 291 | X6.2402Y-3.0831 292 | X6.2402Y-3.5311 293 | X6.2402Y-3.8311 294 | X6.2402Y-4.2398 295 | X6.2402Y-4.5398 296 | X6.2402Y-5.0272 297 | X6.2402Y-5.3272 298 | X6.9882Y-1.9917 299 | X6.9882Y-2.2917 300 | X6.9882Y-2.7831 301 | X6.9882Y-3.0831 302 | X6.9882Y-3.5114 303 | X6.9882Y-3.8114 304 | X6.9882Y-4.2398 305 | X6.9882Y-4.5398 306 | X6.9882Y-4.9593 307 | X6.9882Y-5.2593 308 | X7.6772Y-4.2398 309 | X7.6772Y-4.5398 310 | X7.6772Y-5.0272 311 | X7.6772Y-5.3272 312 | X7.7646Y-1.9323 313 | X7.7646Y-2.0323 314 | X7.7646Y-2.1323 315 | X7.7646Y-2.2323 316 | X7.7646Y-2.3323 317 | X7.7646Y-2.4323 318 | X7.7646Y-2.5323 319 | X7.7646Y-2.6323 320 | X7.7646Y-2.7323 321 | X7.7646Y-2.8323 322 | X7.7646Y-2.9323 323 | X7.7646Y-3.0323 324 | X7.7646Y-3.3823 325 | X7.7646Y-3.5823 326 | X7.7646Y-3.9823 327 | X7.8146Y-1.8823 328 | X7.8146Y-1.9823 329 | X7.8146Y-2.0823 330 | X7.8146Y-2.1823 331 | X7.8146Y-2.2823 332 | X7.8146Y-2.3823 333 | X7.8146Y-2.4823 334 | X7.8146Y-2.5823 335 | X7.8146Y-2.6823 336 | X7.8146Y-2.7823 337 | X7.8146Y-2.8823 338 | X7.8146Y-2.9823 339 | X7.8646Y-3.2823 340 | X7.8646Y-3.3823 341 | X7.8646Y-3.5823 342 | X7.8646Y-3.9823 343 | X7.9396Y-3.1823 344 | X7.9396Y-3.2823 345 | X7.9646Y-1.8823 346 | X7.9646Y-1.9823 347 | X7.9646Y-2.0823 348 | X7.9646Y-2.1823 349 | X7.9646Y-2.2823 350 | X7.9646Y-2.3823 351 | X7.9646Y-2.4823 352 | X7.9646Y-2.5823 353 | X7.9646Y-2.6823 354 | X7.9646Y-2.7823 355 | X7.9646Y-3.9823 356 | X8.0146Y-3.7823 357 | X8.0146Y-3.8823 358 | X8.0396Y-3.1823 359 | X8.0646Y-1.8823 360 | X8.0646Y-1.9823 361 | X8.0646Y-2.0823 362 | X8.0646Y-2.1823 363 | X8.0646Y-2.2823 364 | X8.0646Y-2.3823 365 | X8.0646Y-2.4823 366 | X8.0646Y-2.5823 367 | X8.0646Y-2.6823 368 | X8.0646Y-2.7823 369 | X8.0646Y-3.9823 370 | X8.1146Y-3.7823 371 | X8.1146Y-3.8823 372 | X8.1396Y-3.1823 373 | X8.1646Y-1.8823 374 | X8.1646Y-1.9823 375 | X8.1646Y-2.0823 376 | X8.1646Y-2.1823 377 | X8.1646Y-2.2823 378 | X8.1646Y-2.3823 379 | X8.1646Y-2.4823 380 | X8.1646Y-2.5823 381 | X8.1646Y-2.6823 382 | X8.1646Y-2.7823 383 | X8.1646Y-3.9823 384 | X8.2146Y-3.7823 385 | X8.2146Y-3.8823 386 | X8.2396Y-3.1823 387 | X8.2646Y-1.8823 388 | X8.2646Y-1.9823 389 | X8.2646Y-2.0823 390 | X8.2646Y-2.1823 391 | X8.2646Y-2.2823 392 | X8.2646Y-2.3823 393 | X8.2646Y-2.4823 394 | X8.2646Y-2.5823 395 | X8.2646Y-2.6823 396 | X8.2646Y-2.7823 397 | X8.2646Y-3.9823 398 | X8.3646Y-1.9323 399 | X8.3646Y-2.0323 400 | X8.3646Y-2.1323 401 | X8.3646Y-2.2323 402 | X8.3646Y-2.3323 403 | X8.3646Y-2.4323 404 | X8.3646Y-2.5323 405 | X8.3646Y-2.6323 406 | X8.3646Y-2.7323 407 | X8.3646Y-2.8323 408 | X8.3646Y-2.9323 409 | X8.3646Y-3.0323 410 | X8.3646Y-3.9823 411 | X8.4146Y-1.8823 412 | X8.4146Y-1.9823 413 | X8.4146Y-2.0823 414 | X8.4146Y-2.1823 415 | X8.4146Y-2.2823 416 | X8.4146Y-2.3823 417 | X8.4146Y-2.4823 418 | X8.4146Y-2.5823 419 | X8.4146Y-2.6823 420 | X8.4146Y-2.7823 421 | X8.4146Y-2.8823 422 | X8.4146Y-2.9823 423 | T5 424 | X3.4213Y-2.2402 425 | X3.4213Y-2.9882 426 | X3.4213Y-3.7362 427 | X3.4213Y-4.4843 428 | X3.4213Y-5.2323 429 | X3.622Y-2.3189 430 | X3.622Y-3.0669 431 | X3.622Y-3.815 432 | X3.622Y-4.563 433 | X3.622Y-5.311 434 | X3.8228Y-2.2402 435 | X3.8228Y-2.9882 436 | X3.8228Y-3.7362 437 | X3.8228Y-4.4843 438 | X3.8228Y-5.2323 439 | X4.1693Y-2.2402 440 | X4.1693Y-2.9882 441 | X4.1693Y-3.7362 442 | X4.1693Y-4.4843 443 | X4.1693Y-5.2323 444 | X4.3701Y-2.3189 445 | X4.3701Y-3.0669 446 | X4.3701Y-3.815 447 | X4.3701Y-4.563 448 | X4.3701Y-5.311 449 | X4.5709Y-2.2402 450 | X4.5709Y-2.9882 451 | X4.5709Y-3.7362 452 | X4.5709Y-4.4843 453 | X4.5709Y-5.2323 454 | X4.9173Y-2.2402 455 | X4.9173Y-2.9882 456 | X4.9173Y-3.7362 457 | X4.9173Y-4.4843 458 | X4.9173Y-5.2323 459 | X5.1181Y-2.3189 460 | X5.1181Y-3.0669 461 | X5.1181Y-3.815 462 | X5.1181Y-4.563 463 | X5.1181Y-5.311 464 | X5.3189Y-2.2402 465 | X5.3189Y-2.9882 466 | X5.3189Y-3.7362 467 | X5.3189Y-4.4843 468 | X5.3189Y-5.2323 469 | X5.6654Y-2.2402 470 | X5.6654Y-2.9882 471 | X5.6654Y-3.7362 472 | X5.6654Y-4.4843 473 | X5.6654Y-5.2323 474 | X5.8661Y-2.3189 475 | X5.8661Y-3.0669 476 | X5.8661Y-3.815 477 | X5.8661Y-4.563 478 | X5.8661Y-5.311 479 | X6.0669Y-2.2402 480 | X6.0669Y-2.9882 481 | X6.0669Y-3.7362 482 | X6.0669Y-4.4843 483 | X6.0669Y-5.2323 484 | X6.4134Y-2.2402 485 | X6.4134Y-2.9882 486 | X6.4134Y-3.7362 487 | X6.4134Y-4.4843 488 | X6.4134Y-5.2323 489 | X6.6142Y-2.3189 490 | X6.6142Y-3.0669 491 | X6.6142Y-3.815 492 | X6.6142Y-4.563 493 | X6.6142Y-5.311 494 | X6.815Y-2.2402 495 | X6.815Y-2.9882 496 | X6.815Y-3.7362 497 | X6.815Y-4.4843 498 | X6.815Y-5.2323 499 | X7.1614Y-2.2402 500 | X7.1614Y-2.9882 501 | X7.1614Y-3.7362 502 | X7.1614Y-4.4843 503 | X7.1614Y-5.2323 504 | X7.3622Y-2.3189 505 | X7.3622Y-3.0669 506 | X7.3622Y-3.815 507 | X7.3622Y-4.563 508 | X7.3622Y-5.311 509 | X7.563Y-2.2402 510 | X7.563Y-2.9882 511 | X7.563Y-3.7362 512 | X7.563Y-4.4843 513 | X7.563Y-5.2323 514 | X7.9094Y-4.4843 515 | X7.9094Y-5.2323 516 | X8.1102Y-4.563 517 | X8.1102Y-5.311 518 | X8.311Y-4.4843 519 | X8.311Y-5.2323 520 | T6 521 | X8.1555Y-3.6378 522 | X8.4114Y-3.6378 523 | T7 524 | X3.472Y-2.1866 525 | X3.472Y-2.9346 526 | X3.472Y-3.6827 527 | X3.472Y-4.4307 528 | X3.472Y-5.1787 529 | X3.522Y-2.2441 530 | X3.522Y-2.2638 531 | X3.522Y-2.2866 532 | X3.522Y-2.9921 533 | X3.522Y-3.0118 534 | X3.522Y-3.0346 535 | X3.522Y-3.7402 536 | X3.522Y-3.7598 537 | X3.522Y-3.7827 538 | X3.522Y-4.4882 539 | X3.522Y-4.5079 540 | X3.522Y-4.5307 541 | X3.522Y-5.2362 542 | X3.522Y-5.2559 543 | X3.522Y-5.2787 544 | X3.722Y-2.2441 545 | X3.722Y-2.2638 546 | X3.722Y-2.2866 547 | X3.722Y-2.9921 548 | X3.722Y-3.0118 549 | X3.722Y-3.0346 550 | X3.722Y-3.7402 551 | X3.722Y-3.7598 552 | X3.722Y-3.7827 553 | X3.722Y-4.4882 554 | X3.722Y-4.5079 555 | X3.722Y-4.5307 556 | X3.722Y-5.2362 557 | X3.722Y-5.2559 558 | X3.722Y-5.2787 559 | X3.772Y-2.1866 560 | X3.772Y-2.9346 561 | X3.772Y-3.6827 562 | X3.772Y-4.4307 563 | X3.772Y-5.1787 564 | X4.2201Y-2.1866 565 | X4.2201Y-2.9346 566 | X4.2201Y-3.6827 567 | X4.2201Y-4.4307 568 | X4.2201Y-5.1787 569 | X4.2701Y-2.2441 570 | X4.2701Y-2.2638 571 | X4.2701Y-2.2866 572 | X4.2701Y-2.9921 573 | X4.2701Y-3.0118 574 | X4.2701Y-3.0346 575 | X4.2701Y-3.7402 576 | X4.2701Y-3.7598 577 | X4.2701Y-3.7827 578 | X4.2701Y-4.4882 579 | X4.2701Y-4.5079 580 | X4.2701Y-4.5307 581 | X4.2701Y-5.2362 582 | X4.2701Y-5.2559 583 | X4.2701Y-5.2787 584 | X4.4701Y-2.2441 585 | X4.4701Y-2.2638 586 | X4.4701Y-2.2866 587 | X4.4701Y-2.9921 588 | X4.4701Y-3.0118 589 | X4.4701Y-3.0346 590 | X4.4701Y-3.7402 591 | X4.4701Y-3.7598 592 | X4.4701Y-3.7827 593 | X4.4701Y-4.4882 594 | X4.4701Y-4.5079 595 | X4.4701Y-4.5307 596 | X4.4701Y-5.2362 597 | X4.4701Y-5.2559 598 | X4.4701Y-5.2787 599 | X4.5201Y-2.1866 600 | X4.5201Y-2.9346 601 | X4.5201Y-3.6827 602 | X4.5201Y-4.4307 603 | X4.5201Y-5.1787 604 | X4.9681Y-2.1866 605 | X4.9681Y-2.9346 606 | X4.9681Y-3.6827 607 | X4.9681Y-4.4307 608 | X4.9681Y-5.1787 609 | X5.0181Y-2.2441 610 | X5.0181Y-2.2638 611 | X5.0181Y-2.2866 612 | X5.0181Y-2.9921 613 | X5.0181Y-3.0118 614 | X5.0181Y-3.0346 615 | X5.0181Y-3.7402 616 | X5.0181Y-3.7598 617 | X5.0181Y-3.7827 618 | X5.0181Y-4.4882 619 | X5.0181Y-4.5079 620 | X5.0181Y-4.5307 621 | X5.0181Y-5.2362 622 | X5.0181Y-5.2559 623 | X5.0181Y-5.2787 624 | X5.2181Y-2.2441 625 | X5.2181Y-2.2638 626 | X5.2181Y-2.2866 627 | X5.2181Y-2.9921 628 | X5.2181Y-3.0118 629 | X5.2181Y-3.0346 630 | X5.2181Y-3.7402 631 | X5.2181Y-3.7598 632 | X5.2181Y-3.7827 633 | X5.2181Y-4.4882 634 | X5.2181Y-4.5079 635 | X5.2181Y-4.5307 636 | X5.2181Y-5.2362 637 | X5.2181Y-5.2559 638 | X5.2181Y-5.2787 639 | X5.2681Y-2.1866 640 | X5.2681Y-2.9346 641 | X5.2681Y-3.6827 642 | X5.2681Y-4.4307 643 | X5.2681Y-5.1787 644 | X5.7161Y-2.1866 645 | X5.7161Y-2.9346 646 | X5.7161Y-3.6827 647 | X5.7161Y-4.4307 648 | X5.7161Y-5.1787 649 | X5.7661Y-2.2441 650 | X5.7661Y-2.2638 651 | X5.7661Y-2.2866 652 | X5.7661Y-2.9921 653 | X5.7661Y-3.0118 654 | X5.7661Y-3.0346 655 | X5.7661Y-3.7402 656 | X5.7661Y-3.7598 657 | X5.7661Y-3.7827 658 | X5.7661Y-4.4882 659 | X5.7661Y-4.5079 660 | X5.7661Y-4.5307 661 | X5.7661Y-5.2362 662 | X5.7661Y-5.2559 663 | X5.7661Y-5.2787 664 | X5.9661Y-2.2441 665 | X5.9661Y-2.2638 666 | X5.9661Y-2.2866 667 | X5.9661Y-2.9921 668 | X5.9661Y-3.0118 669 | X5.9661Y-3.0346 670 | X5.9661Y-3.7402 671 | X5.9661Y-3.7598 672 | X5.9661Y-3.7827 673 | X5.9661Y-4.4882 674 | X5.9661Y-4.5079 675 | X5.9661Y-4.5307 676 | X5.9661Y-5.2362 677 | X5.9661Y-5.2559 678 | X5.9661Y-5.2787 679 | X6.0161Y-2.1866 680 | X6.0161Y-2.9346 681 | X6.0161Y-3.6827 682 | X6.0161Y-4.4307 683 | X6.0161Y-5.1787 684 | X6.4642Y-2.1866 685 | X6.4642Y-2.9346 686 | X6.4642Y-3.6827 687 | X6.4642Y-4.4307 688 | X6.4642Y-5.1787 689 | X6.5142Y-2.2441 690 | X6.5142Y-2.2638 691 | X6.5142Y-2.2866 692 | X6.5142Y-2.9921 693 | X6.5142Y-3.0118 694 | X6.5142Y-3.0346 695 | X6.5142Y-3.7402 696 | X6.5142Y-3.7598 697 | X6.5142Y-3.7827 698 | X6.5142Y-4.4882 699 | X6.5142Y-4.5079 700 | X6.5142Y-4.5307 701 | X6.5142Y-5.2362 702 | X6.5142Y-5.2559 703 | X6.5142Y-5.2787 704 | X6.7142Y-2.2441 705 | X6.7142Y-2.2638 706 | X6.7142Y-2.2866 707 | X6.7142Y-2.9921 708 | X6.7142Y-3.0118 709 | X6.7142Y-3.0346 710 | X6.7142Y-3.7402 711 | X6.7142Y-3.7598 712 | X6.7142Y-3.7827 713 | X6.7142Y-4.4882 714 | X6.7142Y-4.5079 715 | X6.7142Y-4.5307 716 | X6.7142Y-5.2362 717 | X6.7142Y-5.2559 718 | X6.7142Y-5.2787 719 | X6.7642Y-2.1866 720 | X6.7642Y-2.9346 721 | X6.7642Y-3.6827 722 | X6.7642Y-4.4307 723 | X6.7642Y-5.1787 724 | X7.2122Y-2.1866 725 | X7.2122Y-2.9346 726 | X7.2122Y-3.6827 727 | X7.2122Y-4.4307 728 | X7.2122Y-5.1787 729 | X7.2622Y-2.2441 730 | X7.2622Y-2.2638 731 | X7.2622Y-2.2866 732 | X7.2622Y-2.9921 733 | X7.2622Y-3.0118 734 | X7.2622Y-3.0346 735 | X7.2622Y-3.7402 736 | X7.2622Y-3.7598 737 | X7.2622Y-3.7827 738 | X7.2622Y-4.4882 739 | X7.2622Y-4.5079 740 | X7.2622Y-4.5307 741 | X7.2622Y-5.2362 742 | X7.2622Y-5.2559 743 | X7.2622Y-5.2787 744 | X7.4622Y-2.2441 745 | X7.4622Y-2.2638 746 | X7.4622Y-2.2866 747 | X7.4622Y-2.9921 748 | X7.4622Y-3.0118 749 | X7.4622Y-3.0346 750 | X7.4622Y-3.7402 751 | X7.4622Y-3.7598 752 | X7.4622Y-3.7827 753 | X7.4622Y-4.4882 754 | X7.4622Y-4.5079 755 | X7.4622Y-4.5307 756 | X7.4622Y-5.2362 757 | X7.4622Y-5.2559 758 | X7.4622Y-5.2787 759 | X7.5122Y-2.1866 760 | X7.5122Y-2.9346 761 | X7.5122Y-3.6827 762 | X7.5122Y-4.4307 763 | X7.5122Y-5.1787 764 | X7.9602Y-4.4307 765 | X7.9602Y-5.1787 766 | X8.0102Y-4.4882 767 | X8.0102Y-4.5079 768 | X8.0102Y-4.5307 769 | X8.0102Y-5.2362 770 | X8.0102Y-5.2559 771 | X8.0102Y-5.2787 772 | X8.2102Y-4.4882 773 | X8.2102Y-4.5079 774 | X8.2102Y-4.5307 775 | X8.2102Y-5.2362 776 | X8.2102Y-5.2559 777 | X8.2102Y-5.2787 778 | X8.2602Y-4.4307 779 | X8.2602Y-5.1787 780 | T4 781 | X8.0098Y-3.3496G85X7.9902Y-3.3496 782 | G05 783 | X8.0098Y-3.4461G85X7.9902Y-3.4461 784 | G05 785 | X8.0689Y-3.2807G85X8.0492Y-3.2807 786 | G05 787 | X8.0689Y-3.515G85X8.0492Y-3.515 788 | G05 789 | X8.2264Y-3.2807G85X8.2067Y-3.2807 790 | G05 791 | X8.2264Y-3.515G85X8.2067Y-3.515 792 | G05 793 | X8.3445Y-3.2807G85X8.3248Y-3.2807 794 | G05 795 | X8.3445Y-3.515G85X8.3248Y-3.515 796 | G05 797 | T0 798 | M30 799 | -------------------------------------------------------------------------------- /PCB/beta/helix-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | # 4 | # CONN_01X01 5 | # 6 | DEF CONN_01X01 P 0 40 Y N 1 F N 7 | F0 "P" 0 100 50 H V C CNN 8 | F1 "CONN_01X01" 100 0 50 V V C CNN 9 | F2 "" 0 0 50 H V C CNN 10 | F3 "" 0 0 50 H V C CNN 11 | $FPLIST 12 | Pin_Header_Straight_1X01 13 | Pin_Header_Angled_1X01 14 | Socket_Strip_Straight_1X01 15 | Socket_Strip_Angled_1X01 16 | $ENDFPLIST 17 | DRAW 18 | S -50 5 10 -5 0 1 0 N 19 | S -50 50 50 -50 0 1 0 N 20 | X P1 1 -200 0 150 R 50 50 1 1 P 21 | ENDDRAW 22 | ENDDEF 23 | # 24 | # CONN_01X03 25 | # 26 | DEF CONN_01X03 P 0 40 Y N 1 F N 27 | F0 "P" 0 200 50 H V C CNN 28 | F1 "CONN_01X03" 100 0 50 V V C CNN 29 | F2 "" 0 0 50 H V C CNN 30 | F3 "" 0 0 50 H V C CNN 31 | $FPLIST 32 | Pin_Header_Straight_1X03 33 | Pin_Header_Angled_1X03 34 | Socket_Strip_Straight_1X03 35 | Socket_Strip_Angled_1X03 36 | $ENDFPLIST 37 | DRAW 38 | S -50 -95 10 -105 0 1 0 N 39 | S -50 5 10 -5 0 1 0 N 40 | S -50 105 10 95 0 1 0 N 41 | S -50 150 50 -150 0 1 0 N 42 | X P1 1 -200 100 150 R 50 50 1 1 P 43 | X P2 2 -200 0 150 R 50 50 1 1 P 44 | X P3 3 -200 -100 150 R 50 50 1 1 P 45 | ENDDRAW 46 | ENDDEF 47 | # 48 | # CONN_01X04 49 | # 50 | DEF CONN_01X04 P 0 40 Y N 1 F N 51 | F0 "P" 0 250 50 H V C CNN 52 | F1 "CONN_01X04" 100 0 50 V V C CNN 53 | F2 "" 0 0 50 H V C CNN 54 | F3 "" 0 0 50 H V C CNN 55 | $FPLIST 56 | Pin_Header_Straight_1X04 57 | Pin_Header_Angled_1X04 58 | Socket_Strip_Straight_1X04 59 | Socket_Strip_Angled_1X04 60 | $ENDFPLIST 61 | DRAW 62 | S -50 -145 10 -155 0 1 0 N 63 | S -50 -45 10 -55 0 1 0 N 64 | S -50 55 10 45 0 1 0 N 65 | S -50 155 10 145 0 1 0 N 66 | S -50 200 50 -200 0 1 0 N 67 | X P1 1 -200 150 150 R 50 50 1 1 P 68 | X P2 2 -200 50 150 R 50 50 1 1 P 69 | X P3 3 -200 -50 150 R 50 50 1 1 P 70 | X P4 4 -200 -150 150 R 50 50 1 1 P 71 | ENDDRAW 72 | ENDDEF 73 | # 74 | # CONN_01X06 75 | # 76 | DEF CONN_01X06 P 0 40 Y N 1 F N 77 | F0 "P" 0 350 50 H V C CNN 78 | F1 "CONN_01X06" 100 0 50 V V C CNN 79 | F2 "" 0 0 50 H V C CNN 80 | F3 "" 0 0 50 H V C CNN 81 | $FPLIST 82 | Pin_Header_Straight_1X06 83 | Pin_Header_Angled_1X06 84 | Socket_Strip_Straight_1X06 85 | Socket_Strip_Angled_1X06 86 | $ENDFPLIST 87 | DRAW 88 | S -50 -245 10 -255 0 1 0 N 89 | S -50 -145 10 -155 0 1 0 N 90 | S -50 -45 10 -55 0 1 0 N 91 | S -50 55 10 45 0 1 0 N 92 | S -50 155 10 145 0 1 0 N 93 | S -50 255 10 245 0 1 0 N 94 | S -50 300 50 -300 0 1 0 N 95 | X P1 1 -200 250 150 R 50 50 1 1 P 96 | X P2 2 -200 150 150 R 50 50 1 1 P 97 | X P3 3 -200 50 150 R 50 50 1 1 P 98 | X P4 4 -200 -50 150 R 50 50 1 1 P 99 | X P5 5 -200 -150 150 R 50 50 1 1 P 100 | X P6 6 -200 -250 150 R 50 50 1 1 P 101 | ENDDRAW 102 | ENDDEF 103 | # 104 | # D 105 | # 106 | DEF D D 0 40 N N 1 F N 107 | F0 "D" 0 100 50 H V C CNN 108 | F1 "D" 0 -100 50 H V C CNN 109 | F2 "" 0 0 50 H V C CNN 110 | F3 "" 0 0 50 H V C CNN 111 | $FPLIST 112 | Diode_* 113 | D-Pak_TO252AA 114 | *SingleDiode 115 | *_Diode_* 116 | *SingleDiode* 117 | $ENDFPLIST 118 | DRAW 119 | P 2 0 1 6 -50 50 -50 -50 N 120 | P 3 0 1 0 50 50 -50 0 50 -50 F 121 | X K 1 -150 0 100 R 50 50 1 1 P 122 | X A 2 150 0 100 L 50 50 1 1 P 123 | ENDDRAW 124 | ENDDEF 125 | # 126 | # GND 127 | # 128 | DEF GND #PWR 0 0 Y Y 1 F P 129 | F0 "#PWR" 0 -250 50 H I C CNN 130 | F1 "GND" 0 -150 50 H V C CNN 131 | F2 "" 0 0 50 H V C CNN 132 | F3 "" 0 0 50 H V C CNN 133 | DRAW 134 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 135 | X GND 1 0 0 0 D 50 50 1 1 W N 136 | ENDDRAW 137 | ENDDEF 138 | # 139 | # JP2 140 | # 141 | DEF JP2 J 0 40 N N 1 F N 142 | F0 "J" 100 150 50 H V C CNN 143 | F1 "JP2" 100 -149 40 H V C CNN 144 | F2 "" 0 0 60 H V C CNN 145 | F3 "" 0 0 60 H V C CNN 146 | DRAW 147 | P 4 0 1 0 -40 -10 -40 -100 40 -100 40 -10 F 148 | P 4 0 1 0 -40 10 -40 100 40 100 40 10 F 149 | X G1 1 0 200 100 D 60 60 1 1 P 150 | X G2 2 0 -200 100 U 60 60 1 1 P 151 | ENDDRAW 152 | ENDDEF 153 | # 154 | # JPC2 155 | # 156 | DEF JPC2 JP 0 40 N N 1 F N 157 | F0 "JP" 100 150 50 H V C CNN 158 | F1 "JPC2" 100 -149 40 H V C CNN 159 | F2 "" 0 0 60 H V C CNN 160 | F3 "" 0 0 60 H V C CNN 161 | DRAW 162 | S 0 50 0 -50 0 1 0 N 163 | P 4 0 1 0 -40 -10 -40 -100 40 -100 40 -10 F 164 | P 4 0 1 0 -40 10 -40 100 40 100 40 10 F 165 | X G1 1 0 200 100 D 60 60 1 1 P 166 | X G2 2 0 -200 100 U 60 60 1 1 P 167 | ENDDRAW 168 | ENDDEF 169 | # 170 | # MJ-4PP-9 171 | # 172 | DEF MJ-4PP-9 J 0 40 Y Y 1 F N 173 | F0 "J" -350 -300 60 H V C CNN 174 | F1 "MJ-4PP-9" -150 250 60 H V C CNN 175 | F2 "" 0 0 60 H V C CNN 176 | F3 "" 0 0 60 H V C CNN 177 | DRAW 178 | S -450 100 -400 -150 0 1 0 F 179 | S 300 -250 -400 200 0 1 0 N 180 | P 2 0 1 0 100 0 300 0 N 181 | P 3 0 1 0 -100 -200 300 -200 300 -200 N 182 | P 3 0 1 0 0 -100 -50 -50 -100 -100 N 183 | P 3 0 1 0 0 0 50 50 100 0 N 184 | P 4 0 1 0 -100 -200 -150 -150 -200 -200 -200 -200 N 185 | P 4 0 1 0 0 -100 300 -100 300 -100 300 -100 N 186 | P 5 0 1 0 300 150 -250 150 -300 100 -350 150 -350 150 N 187 | X ~ A 450 150 150 L 50 50 1 1 P 188 | X ~ B 450 -200 150 L 50 50 1 1 P 189 | X ~ C 450 -100 150 L 50 50 1 1 P 190 | X ~ D 450 0 150 L 50 50 1 1 P 191 | ENDDRAW 192 | ENDDEF 193 | # 194 | # PWR_FLAG 195 | # 196 | DEF PWR_FLAG #FLG 0 0 N N 1 F P 197 | F0 "#FLG" 0 95 50 H I C CNN 198 | F1 "PWR_FLAG" 0 180 50 H V C CNN 199 | F2 "" 0 0 50 H V C CNN 200 | F3 "" 0 0 50 H V C CNN 201 | DRAW 202 | X pwr 1 0 0 0 U 20 20 0 0 w 203 | P 6 0 1 0 0 0 0 50 -75 100 0 150 75 100 0 50 N 204 | ENDDRAW 205 | ENDDEF 206 | # 207 | # ProMicro 208 | # 209 | DEF ProMicro U 0 40 Y Y 1 F N 210 | F0 "U" 400 1000 60 H V C CNN 211 | F1 "ProMicro" -200 0 60 V V C CNN 212 | F2 "" 0 100 60 H V C CNN 213 | F3 "" 0 100 60 H V C CNN 214 | DRAW 215 | S 450 950 -400 -950 0 1 0 N 216 | X TXO(PD3) 1 650 850 200 L 50 50 1 1 P 217 | X RXI(PD2) 2 650 750 200 L 50 50 1 1 P 218 | X GND 3 -300 -1150 200 U 50 50 1 1 P 219 | X GND 4 -200 -1150 200 U 50 50 1 1 P 220 | X D2(PD1) 5 650 650 200 L 50 50 1 1 P 221 | X D3(PD0) 6 650 550 200 L 50 50 1 1 P 222 | X D4(PD4) 7 650 450 200 L 50 50 1 1 P 223 | X D5(PC6) 8 650 350 200 L 50 50 1 1 P 224 | X D6(PD7) 9 650 250 200 L 50 50 1 1 P 225 | X D7(PE6) 10 650 150 200 L 50 50 1 1 P 226 | X A3(PF4) 20 650 -850 200 L 50 50 1 1 P 227 | X D8(PB4) 11 650 50 200 L 50 50 1 1 P 228 | X VCC 21 -200 1150 200 D 50 50 1 1 P 229 | X D9(PB5) 12 650 -50 200 L 50 50 1 1 P 230 | X RESET 22 -600 550 200 R 50 50 1 1 P 231 | X D10(PB6) 13 650 -150 200 L 50 50 1 1 P 232 | X GND 23 -100 -1150 200 U 50 50 1 1 P 233 | X MOSI(PB2) 14 650 -250 200 L 50 50 1 1 P 234 | X RAW 24 -300 1150 200 D 50 50 1 1 P 235 | X MISO(PB3) 15 650 -350 200 L 50 50 1 1 P 236 | X SCK(PB1) 16 650 -450 200 L 50 50 1 1 P 237 | X A0(PF7) 17 650 -550 200 L 50 50 1 1 P 238 | X A1(PF6) 18 650 -650 200 L 50 50 1 1 P 239 | X A2(PF5) 19 650 -750 200 L 50 50 1 1 P 240 | ENDDRAW 241 | ENDDEF 242 | # 243 | # R 244 | # 245 | DEF R R 0 0 N Y 1 F N 246 | F0 "R" 80 0 50 V V C CNN 247 | F1 "R" 0 0 50 V V C CNN 248 | F2 "" -70 0 50 V V C CNN 249 | F3 "" 0 0 50 H V C CNN 250 | $FPLIST 251 | R_* 252 | Resistor_* 253 | $ENDFPLIST 254 | DRAW 255 | S -40 -100 40 100 0 1 10 N 256 | X ~ 1 0 150 50 D 50 50 1 1 P 257 | X ~ 2 0 -150 50 U 50 50 1 1 P 258 | ENDDRAW 259 | ENDDEF 260 | # 261 | # SK6812mini 262 | # 263 | DEF SK6812mini U 0 40 Y Y 1 F N 264 | F0 "U" -100 200 60 H V C CNN 265 | F1 "SK6812mini" 200 -200 39 H V C CNN 266 | F2 "" 0 0 60 H V C CNN 267 | F3 "" 0 0 60 H V C CNN 268 | DRAW 269 | S -150 150 150 -150 0 1 0 N 270 | X DOUT 1 -300 100 150 R 50 39 1 1 P 271 | X GND 2 -100 -300 150 U 50 39 1 1 P 272 | X DIN 3 300 -100 150 L 50 39 1 1 P 273 | X VDD 4 100 300 150 D 50 39 1 1 P 274 | ENDDRAW 275 | ENDDEF 276 | # 277 | # SW_PUSH 278 | # 279 | DEF SW_PUSH SW 0 40 N N 1 F N 280 | F0 "SW" 150 110 50 H V C CNN 281 | F1 "SW_PUSH" 0 -80 50 H V C CNN 282 | F2 "" 0 0 50 H V C CNN 283 | F3 "" 0 0 50 H V C CNN 284 | DRAW 285 | S -170 50 170 60 0 1 0 N 286 | P 4 0 1 0 -40 60 -30 90 30 90 40 60 N 287 | X 1 1 -300 0 200 R 50 50 0 1 P I 288 | X 2 2 300 0 200 L 50 50 0 1 P I 289 | ENDDRAW 290 | ENDDEF 291 | # 292 | # VCC 293 | # 294 | DEF VCC #PWR 0 0 Y Y 1 F P 295 | F0 "#PWR" 0 -150 50 H I C CNN 296 | F1 "VCC" 0 150 50 H V C CNN 297 | F2 "" 0 0 50 H V C CNN 298 | F3 "" 0 0 50 H V C CNN 299 | DRAW 300 | C 0 75 25 0 1 0 N 301 | P 2 0 1 0 0 0 0 50 N 302 | X VCC 1 0 0 0 U 50 50 1 1 W N 303 | ENDDRAW 304 | ENDDEF 305 | # 306 | #End Library 307 | -------------------------------------------------------------------------------- /PCB/beta/helix.cmp: -------------------------------------------------------------------------------- 1 | Cmp-Mod V01 Created by PcbNew date = 2017/09/10 21:16:50 2 | 3 | BeginCmp 4 | TimeStamp = 598DE75D 5 | Path = /59876046 6 | Reference = P4; 7 | ValeurCmp = ICSP; 8 | IdModule = MYLIB:MY_SIL-2x3; 9 | EndCmp 10 | 11 | BeginCmp 12 | TimeStamp = 59B4F2A7 13 | Path = 14 | Reference = [NoRef]; 15 | ValeurCmp = [NoVal]; 16 | IdModule = MYLIB:via; 17 | EndCmp 18 | 19 | BeginCmp 20 | TimeStamp = 59B4F2A0 21 | Path = 22 | Reference = [NoRef]; 23 | ValeurCmp = [NoVal]; 24 | IdModule = MYLIB:via; 25 | EndCmp 26 | 27 | BeginCmp 28 | TimeStamp = 59B4F29C 29 | Path = 30 | Reference = [NoRef]; 31 | ValeurCmp = [NoVal]; 32 | IdModule = MYLIB:via; 33 | EndCmp 34 | 35 | BeginCmp 36 | TimeStamp = 59B4F298 37 | Path = 38 | Reference = [NoRef]; 39 | ValeurCmp = [NoVal]; 40 | IdModule = MYLIB:via; 41 | EndCmp 42 | 43 | BeginCmp 44 | TimeStamp = 59B4F294 45 | Path = 46 | Reference = [NoRef]; 47 | ValeurCmp = [NoVal]; 48 | IdModule = MYLIB:via; 49 | EndCmp 50 | 51 | BeginCmp 52 | TimeStamp = 59B4F290 53 | Path = 54 | Reference = [NoRef]; 55 | ValeurCmp = [NoVal]; 56 | IdModule = MYLIB:via; 57 | EndCmp 58 | 59 | BeginCmp 60 | TimeStamp = 59B4F28C 61 | Path = 62 | Reference = [NoRef]; 63 | ValeurCmp = [NoVal]; 64 | IdModule = MYLIB:via; 65 | EndCmp 66 | 67 | BeginCmp 68 | TimeStamp = 59B4F288 69 | Path = 70 | Reference = [NoRef]; 71 | ValeurCmp = [NoVal]; 72 | IdModule = MYLIB:via; 73 | EndCmp 74 | 75 | BeginCmp 76 | TimeStamp = 59B4F284 77 | Path = 78 | Reference = [NoRef]; 79 | ValeurCmp = [NoVal]; 80 | IdModule = MYLIB:via; 81 | EndCmp 82 | 83 | BeginCmp 84 | TimeStamp = 59B4F280 85 | Path = 86 | Reference = [NoRef]; 87 | ValeurCmp = [NoVal]; 88 | IdModule = MYLIB:via; 89 | EndCmp 90 | 91 | BeginCmp 92 | TimeStamp = 59B4F27C 93 | Path = 94 | Reference = [NoRef]; 95 | ValeurCmp = [NoVal]; 96 | IdModule = MYLIB:via; 97 | EndCmp 98 | 99 | BeginCmp 100 | TimeStamp = 59B4F278 101 | Path = 102 | Reference = [NoRef]; 103 | ValeurCmp = [NoVal]; 104 | IdModule = MYLIB:via; 105 | EndCmp 106 | 107 | BeginCmp 108 | TimeStamp = 59B4F274 109 | Path = 110 | Reference = [NoRef]; 111 | ValeurCmp = [NoVal]; 112 | IdModule = MYLIB:via; 113 | EndCmp 114 | 115 | BeginCmp 116 | TimeStamp = 59B4F270 117 | Path = 118 | Reference = [NoRef]; 119 | ValeurCmp = [NoVal]; 120 | IdModule = MYLIB:via; 121 | EndCmp 122 | 123 | BeginCmp 124 | TimeStamp = 59B4F1E2 125 | Path = 126 | Reference = [NoRef]; 127 | ValeurCmp = [NoVal]; 128 | IdModule = MYLIB:via; 129 | EndCmp 130 | 131 | BeginCmp 132 | TimeStamp = 59B4F1DE 133 | Path = 134 | Reference = [NoRef]; 135 | ValeurCmp = [NoVal]; 136 | IdModule = MYLIB:via; 137 | EndCmp 138 | 139 | BeginCmp 140 | TimeStamp = 59B4F1C3 141 | Path = 142 | Reference = [NoRef]; 143 | ValeurCmp = [NoVal]; 144 | IdModule = MYLIB:via; 145 | EndCmp 146 | 147 | BeginCmp 148 | TimeStamp = 59B4F1BF 149 | Path = 150 | Reference = [NoRef]; 151 | ValeurCmp = [NoVal]; 152 | IdModule = MYLIB:via; 153 | EndCmp 154 | 155 | BeginCmp 156 | TimeStamp = 59B4F1BB 157 | Path = 158 | Reference = [NoRef]; 159 | ValeurCmp = [NoVal]; 160 | IdModule = MYLIB:via; 161 | EndCmp 162 | 163 | BeginCmp 164 | TimeStamp = 59B376A9 165 | Path = /5986C66C 166 | Reference = SW8; 167 | ValeurCmp = SW_PUSH; 168 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 169 | EndCmp 170 | 171 | BeginCmp 172 | TimeStamp = 59B3F443 173 | Path = 174 | Reference = 1PIN; 175 | ValeurCmp = Val**; 176 | IdModule = MYLIB:1PIN_0.1; 177 | EndCmp 178 | 179 | BeginCmp 180 | TimeStamp = 59B3F43F 181 | Path = 182 | Reference = 1PIN; 183 | ValeurCmp = Val**; 184 | IdModule = MYLIB:1PIN_0.1; 185 | EndCmp 186 | 187 | BeginCmp 188 | TimeStamp = 59B3F43B 189 | Path = 190 | Reference = 1PIN; 191 | ValeurCmp = Val**; 192 | IdModule = MYLIB:1PIN_0.1; 193 | EndCmp 194 | 195 | BeginCmp 196 | TimeStamp = 59B3F437 197 | Path = 198 | Reference = 1PIN; 199 | ValeurCmp = Val**; 200 | IdModule = MYLIB:1PIN_0.1; 201 | EndCmp 202 | 203 | BeginCmp 204 | TimeStamp = 59B3F433 205 | Path = 206 | Reference = 1PIN; 207 | ValeurCmp = Val**; 208 | IdModule = MYLIB:1PIN_0.1; 209 | EndCmp 210 | 211 | BeginCmp 212 | TimeStamp = 59B3F42F 213 | Path = 214 | Reference = 1PIN; 215 | ValeurCmp = Val**; 216 | IdModule = MYLIB:1PIN_0.1; 217 | EndCmp 218 | 219 | BeginCmp 220 | TimeStamp = 59B3F42B 221 | Path = 222 | Reference = 1PIN; 223 | ValeurCmp = Val**; 224 | IdModule = MYLIB:1PIN_0.1; 225 | EndCmp 226 | 227 | BeginCmp 228 | TimeStamp = 59B3F427 229 | Path = 230 | Reference = 1PIN; 231 | ValeurCmp = Val**; 232 | IdModule = MYLIB:1PIN_0.1; 233 | EndCmp 234 | 235 | BeginCmp 236 | TimeStamp = 59B3F423 237 | Path = 238 | Reference = 1PIN; 239 | ValeurCmp = Val**; 240 | IdModule = MYLIB:1PIN_0.1; 241 | EndCmp 242 | 243 | BeginCmp 244 | TimeStamp = 59B3F41F 245 | Path = 246 | Reference = 1PIN; 247 | ValeurCmp = Val**; 248 | IdModule = MYLIB:1PIN_0.1; 249 | EndCmp 250 | 251 | BeginCmp 252 | TimeStamp = 59B3F41B 253 | Path = 254 | Reference = 1PIN; 255 | ValeurCmp = Val**; 256 | IdModule = MYLIB:1PIN_0.1; 257 | EndCmp 258 | 259 | BeginCmp 260 | TimeStamp = 59B3F417 261 | Path = 262 | Reference = 1PIN; 263 | ValeurCmp = Val**; 264 | IdModule = MYLIB:1PIN_0.1; 265 | EndCmp 266 | 267 | BeginCmp 268 | TimeStamp = 59B3F413 269 | Path = 270 | Reference = 1PIN; 271 | ValeurCmp = Val**; 272 | IdModule = MYLIB:1PIN_0.1; 273 | EndCmp 274 | 275 | BeginCmp 276 | TimeStamp = 59B3F40F 277 | Path = 278 | Reference = 1PIN; 279 | ValeurCmp = Val**; 280 | IdModule = MYLIB:1PIN_0.1; 281 | EndCmp 282 | 283 | BeginCmp 284 | TimeStamp = 59B3F40B 285 | Path = 286 | Reference = 1PIN; 287 | ValeurCmp = Val**; 288 | IdModule = MYLIB:1PIN_0.1; 289 | EndCmp 290 | 291 | BeginCmp 292 | TimeStamp = 59B3F407 293 | Path = 294 | Reference = 1PIN; 295 | ValeurCmp = Val**; 296 | IdModule = MYLIB:1PIN_0.1; 297 | EndCmp 298 | 299 | BeginCmp 300 | TimeStamp = 59B3F403 301 | Path = 302 | Reference = 1PIN; 303 | ValeurCmp = Val**; 304 | IdModule = MYLIB:1PIN_0.1; 305 | EndCmp 306 | 307 | BeginCmp 308 | TimeStamp = 59B3F3FF 309 | Path = 310 | Reference = 1PIN; 311 | ValeurCmp = Val**; 312 | IdModule = MYLIB:1PIN_0.1; 313 | EndCmp 314 | 315 | BeginCmp 316 | TimeStamp = 59B3F3FB 317 | Path = 318 | Reference = 1PIN; 319 | ValeurCmp = Val**; 320 | IdModule = MYLIB:1PIN_0.1; 321 | EndCmp 322 | 323 | BeginCmp 324 | TimeStamp = 59B3F3F7 325 | Path = 326 | Reference = 1PIN; 327 | ValeurCmp = Val**; 328 | IdModule = MYLIB:1PIN_0.1; 329 | EndCmp 330 | 331 | BeginCmp 332 | TimeStamp = 59B3F3F3 333 | Path = 334 | Reference = 1PIN; 335 | ValeurCmp = Val**; 336 | IdModule = MYLIB:1PIN_0.1; 337 | EndCmp 338 | 339 | BeginCmp 340 | TimeStamp = 59B3F3EF 341 | Path = 342 | Reference = 1PIN; 343 | ValeurCmp = Val**; 344 | IdModule = MYLIB:1PIN_0.1; 345 | EndCmp 346 | 347 | BeginCmp 348 | TimeStamp = 59B3F3EB 349 | Path = 350 | Reference = 1PIN; 351 | ValeurCmp = Val**; 352 | IdModule = MYLIB:1PIN_0.1; 353 | EndCmp 354 | 355 | BeginCmp 356 | TimeStamp = 59B3F3E7 357 | Path = 358 | Reference = 1PIN; 359 | ValeurCmp = Val**; 360 | IdModule = MYLIB:1PIN_0.1; 361 | EndCmp 362 | 363 | BeginCmp 364 | TimeStamp = 59B3F3E3 365 | Path = 366 | Reference = 1PIN; 367 | ValeurCmp = Val**; 368 | IdModule = MYLIB:1PIN_0.1; 369 | EndCmp 370 | 371 | BeginCmp 372 | TimeStamp = 59B3F3DF 373 | Path = 374 | Reference = 1PIN; 375 | ValeurCmp = Val**; 376 | IdModule = MYLIB:1PIN_0.1; 377 | EndCmp 378 | 379 | BeginCmp 380 | TimeStamp = 59B3F3DB 381 | Path = 382 | Reference = 1PIN; 383 | ValeurCmp = Val**; 384 | IdModule = MYLIB:1PIN_0.1; 385 | EndCmp 386 | 387 | BeginCmp 388 | TimeStamp = 59B3F3D7 389 | Path = 390 | Reference = 1PIN; 391 | ValeurCmp = Val**; 392 | IdModule = MYLIB:1PIN_0.1; 393 | EndCmp 394 | 395 | BeginCmp 396 | TimeStamp = 59B3F3D3 397 | Path = 398 | Reference = 1PIN; 399 | ValeurCmp = Val**; 400 | IdModule = MYLIB:1PIN_0.1; 401 | EndCmp 402 | 403 | BeginCmp 404 | TimeStamp = 59B3F3CF 405 | Path = 406 | Reference = 1PIN; 407 | ValeurCmp = Val**; 408 | IdModule = MYLIB:1PIN_0.1; 409 | EndCmp 410 | 411 | BeginCmp 412 | TimeStamp = 59B3F3CB 413 | Path = 414 | Reference = 1PIN; 415 | ValeurCmp = Val**; 416 | IdModule = MYLIB:1PIN_0.1; 417 | EndCmp 418 | 419 | BeginCmp 420 | TimeStamp = 59B3F3C7 421 | Path = 422 | Reference = 1PIN; 423 | ValeurCmp = Val**; 424 | IdModule = MYLIB:1PIN_0.1; 425 | EndCmp 426 | 427 | BeginCmp 428 | TimeStamp = 59B3F3C3 429 | Path = 430 | Reference = 1PIN; 431 | ValeurCmp = Val**; 432 | IdModule = MYLIB:1PIN_0.1; 433 | EndCmp 434 | 435 | BeginCmp 436 | TimeStamp = 59B3F3BF 437 | Path = 438 | Reference = 1PIN; 439 | ValeurCmp = Val**; 440 | IdModule = MYLIB:1PIN_0.1; 441 | EndCmp 442 | 443 | BeginCmp 444 | TimeStamp = 59B3F3BB 445 | Path = 446 | Reference = 1PIN; 447 | ValeurCmp = Val**; 448 | IdModule = MYLIB:1PIN_0.1; 449 | EndCmp 450 | 451 | BeginCmp 452 | TimeStamp = 59B3F3B7 453 | Path = 454 | Reference = 1PIN; 455 | ValeurCmp = Val**; 456 | IdModule = MYLIB:1PIN_0.1; 457 | EndCmp 458 | 459 | BeginCmp 460 | TimeStamp = 59B3F3B3 461 | Path = 462 | Reference = 1PIN; 463 | ValeurCmp = Val**; 464 | IdModule = MYLIB:1PIN_0.1; 465 | EndCmp 466 | 467 | BeginCmp 468 | TimeStamp = 59B3F3AF 469 | Path = 470 | Reference = 1PIN; 471 | ValeurCmp = Val**; 472 | IdModule = MYLIB:1PIN_0.1; 473 | EndCmp 474 | 475 | BeginCmp 476 | TimeStamp = 59B3F3AB 477 | Path = 478 | Reference = 1PIN; 479 | ValeurCmp = Val**; 480 | IdModule = MYLIB:1PIN_0.1; 481 | EndCmp 482 | 483 | BeginCmp 484 | TimeStamp = 59B3F3A7 485 | Path = 486 | Reference = 1PIN; 487 | ValeurCmp = Val**; 488 | IdModule = MYLIB:1PIN_0.1; 489 | EndCmp 490 | 491 | BeginCmp 492 | TimeStamp = 59B3F3A3 493 | Path = 494 | Reference = 1PIN; 495 | ValeurCmp = Val**; 496 | IdModule = MYLIB:1PIN_0.1; 497 | EndCmp 498 | 499 | BeginCmp 500 | TimeStamp = 59B3F39F 501 | Path = 502 | Reference = 1PIN; 503 | ValeurCmp = Val**; 504 | IdModule = MYLIB:1PIN_0.1; 505 | EndCmp 506 | 507 | BeginCmp 508 | TimeStamp = 59B3F39B 509 | Path = 510 | Reference = 1PIN; 511 | ValeurCmp = Val**; 512 | IdModule = MYLIB:1PIN_0.1; 513 | EndCmp 514 | 515 | BeginCmp 516 | TimeStamp = 59B3F397 517 | Path = 518 | Reference = 1PIN; 519 | ValeurCmp = Val**; 520 | IdModule = MYLIB:1PIN_0.1; 521 | EndCmp 522 | 523 | BeginCmp 524 | TimeStamp = 59B3F393 525 | Path = 526 | Reference = 1PIN; 527 | ValeurCmp = Val**; 528 | IdModule = MYLIB:1PIN_0.1; 529 | EndCmp 530 | 531 | BeginCmp 532 | TimeStamp = 59B3F38F 533 | Path = 534 | Reference = 1PIN; 535 | ValeurCmp = Val**; 536 | IdModule = MYLIB:1PIN_0.1; 537 | EndCmp 538 | 539 | BeginCmp 540 | TimeStamp = 59B3F38B 541 | Path = 542 | Reference = 1PIN; 543 | ValeurCmp = Val**; 544 | IdModule = MYLIB:1PIN_0.1; 545 | EndCmp 546 | 547 | BeginCmp 548 | TimeStamp = 59B3F387 549 | Path = 550 | Reference = 1PIN; 551 | ValeurCmp = Val**; 552 | IdModule = MYLIB:1PIN_0.1; 553 | EndCmp 554 | 555 | BeginCmp 556 | TimeStamp = 59B3F383 557 | Path = 558 | Reference = 1PIN; 559 | ValeurCmp = Val**; 560 | IdModule = MYLIB:1PIN_0.1; 561 | EndCmp 562 | 563 | BeginCmp 564 | TimeStamp = 59B3F37F 565 | Path = 566 | Reference = 1PIN; 567 | ValeurCmp = Val**; 568 | IdModule = MYLIB:1PIN_0.1; 569 | EndCmp 570 | 571 | BeginCmp 572 | TimeStamp = 59B3F37B 573 | Path = 574 | Reference = 1PIN; 575 | ValeurCmp = Val**; 576 | IdModule = MYLIB:1PIN_0.1; 577 | EndCmp 578 | 579 | BeginCmp 580 | TimeStamp = 59B3F377 581 | Path = 582 | Reference = 1PIN; 583 | ValeurCmp = Val**; 584 | IdModule = MYLIB:1PIN_0.1; 585 | EndCmp 586 | 587 | BeginCmp 588 | TimeStamp = 59B3F373 589 | Path = 590 | Reference = 1PIN; 591 | ValeurCmp = Val**; 592 | IdModule = MYLIB:1PIN_0.1; 593 | EndCmp 594 | 595 | BeginCmp 596 | TimeStamp = 59B3F36F 597 | Path = 598 | Reference = 1PIN; 599 | ValeurCmp = Val**; 600 | IdModule = MYLIB:1PIN_0.1; 601 | EndCmp 602 | 603 | BeginCmp 604 | TimeStamp = 59B3F36B 605 | Path = 606 | Reference = 1PIN; 607 | ValeurCmp = Val**; 608 | IdModule = MYLIB:1PIN_0.1; 609 | EndCmp 610 | 611 | BeginCmp 612 | TimeStamp = 59B3F367 613 | Path = 614 | Reference = 1PIN; 615 | ValeurCmp = Val**; 616 | IdModule = MYLIB:1PIN_0.1; 617 | EndCmp 618 | 619 | BeginCmp 620 | TimeStamp = 59B3F363 621 | Path = 622 | Reference = 1PIN; 623 | ValeurCmp = Val**; 624 | IdModule = MYLIB:1PIN_0.1; 625 | EndCmp 626 | 627 | BeginCmp 628 | TimeStamp = 59B3F35F 629 | Path = 630 | Reference = 1PIN; 631 | ValeurCmp = Val**; 632 | IdModule = MYLIB:1PIN_0.1; 633 | EndCmp 634 | 635 | BeginCmp 636 | TimeStamp = 59B3F35B 637 | Path = 638 | Reference = 1PIN; 639 | ValeurCmp = Val**; 640 | IdModule = MYLIB:1PIN_0.1; 641 | EndCmp 642 | 643 | BeginCmp 644 | TimeStamp = 59B3F357 645 | Path = 646 | Reference = 1PIN; 647 | ValeurCmp = Val**; 648 | IdModule = MYLIB:1PIN_0.1; 649 | EndCmp 650 | 651 | BeginCmp 652 | TimeStamp = 59B3F353 653 | Path = 654 | Reference = 1PIN; 655 | ValeurCmp = Val**; 656 | IdModule = MYLIB:1PIN_0.1; 657 | EndCmp 658 | 659 | BeginCmp 660 | TimeStamp = 59B3F34F 661 | Path = 662 | Reference = 1PIN; 663 | ValeurCmp = Val**; 664 | IdModule = MYLIB:1PIN_0.1; 665 | EndCmp 666 | 667 | BeginCmp 668 | TimeStamp = 59B3F34B 669 | Path = 670 | Reference = 1PIN; 671 | ValeurCmp = Val**; 672 | IdModule = MYLIB:1PIN_0.1; 673 | EndCmp 674 | 675 | BeginCmp 676 | TimeStamp = 59B3F347 677 | Path = 678 | Reference = 1PIN; 679 | ValeurCmp = Val**; 680 | IdModule = MYLIB:1PIN_0.1; 681 | EndCmp 682 | 683 | BeginCmp 684 | TimeStamp = 59B3F343 685 | Path = 686 | Reference = 1PIN; 687 | ValeurCmp = Val**; 688 | IdModule = MYLIB:1PIN_0.1; 689 | EndCmp 690 | 691 | BeginCmp 692 | TimeStamp = 59B3F33F 693 | Path = 694 | Reference = 1PIN; 695 | ValeurCmp = Val**; 696 | IdModule = MYLIB:1PIN_0.1; 697 | EndCmp 698 | 699 | BeginCmp 700 | TimeStamp = 59B3F33B 701 | Path = 702 | Reference = 1PIN; 703 | ValeurCmp = Val**; 704 | IdModule = MYLIB:1PIN_0.1; 705 | EndCmp 706 | 707 | BeginCmp 708 | TimeStamp = 59B3F337 709 | Path = 710 | Reference = 1PIN; 711 | ValeurCmp = Val**; 712 | IdModule = MYLIB:1PIN_0.1; 713 | EndCmp 714 | 715 | BeginCmp 716 | TimeStamp = 59B3F333 717 | Path = 718 | Reference = 1PIN; 719 | ValeurCmp = Val**; 720 | IdModule = MYLIB:1PIN_0.1; 721 | EndCmp 722 | 723 | BeginCmp 724 | TimeStamp = 59B3F32F 725 | Path = 726 | Reference = 1PIN; 727 | ValeurCmp = Val**; 728 | IdModule = MYLIB:1PIN_0.1; 729 | EndCmp 730 | 731 | BeginCmp 732 | TimeStamp = 59B3F32B 733 | Path = 734 | Reference = 1PIN; 735 | ValeurCmp = Val**; 736 | IdModule = MYLIB:1PIN_0.1; 737 | EndCmp 738 | 739 | BeginCmp 740 | TimeStamp = 59B3F327 741 | Path = 742 | Reference = 1PIN; 743 | ValeurCmp = Val**; 744 | IdModule = MYLIB:1PIN_0.1; 745 | EndCmp 746 | 747 | BeginCmp 748 | TimeStamp = 59B3F323 749 | Path = 750 | Reference = 1PIN; 751 | ValeurCmp = Val**; 752 | IdModule = MYLIB:1PIN_0.1; 753 | EndCmp 754 | 755 | BeginCmp 756 | TimeStamp = 59B3F31F 757 | Path = 758 | Reference = 1PIN; 759 | ValeurCmp = Val**; 760 | IdModule = MYLIB:1PIN_0.1; 761 | EndCmp 762 | 763 | BeginCmp 764 | TimeStamp = 59B3F31B 765 | Path = 766 | Reference = 1PIN; 767 | ValeurCmp = Val**; 768 | IdModule = MYLIB:1PIN_0.1; 769 | EndCmp 770 | 771 | BeginCmp 772 | TimeStamp = 59B3F317 773 | Path = 774 | Reference = 1PIN; 775 | ValeurCmp = Val**; 776 | IdModule = MYLIB:1PIN_0.1; 777 | EndCmp 778 | 779 | BeginCmp 780 | TimeStamp = 59B3F313 781 | Path = 782 | Reference = 1PIN; 783 | ValeurCmp = Val**; 784 | IdModule = MYLIB:1PIN_0.1; 785 | EndCmp 786 | 787 | BeginCmp 788 | TimeStamp = 59B3F30F 789 | Path = 790 | Reference = 1PIN; 791 | ValeurCmp = Val**; 792 | IdModule = MYLIB:1PIN_0.1; 793 | EndCmp 794 | 795 | BeginCmp 796 | TimeStamp = 59B3F30B 797 | Path = 798 | Reference = 1PIN; 799 | ValeurCmp = Val**; 800 | IdModule = MYLIB:1PIN_0.1; 801 | EndCmp 802 | 803 | BeginCmp 804 | TimeStamp = 59B3E749 805 | Path = 806 | Reference = HOLE_3M; 807 | ValeurCmp = VAL**; 808 | IdModule = MYLIB:HOLE_M2_TH; 809 | EndCmp 810 | 811 | BeginCmp 812 | TimeStamp = 59B3E745 813 | Path = 814 | Reference = HOLE_3M; 815 | ValeurCmp = VAL**; 816 | IdModule = MYLIB:HOLE_M2_TH; 817 | EndCmp 818 | 819 | BeginCmp 820 | TimeStamp = 59B3E741 821 | Path = 822 | Reference = HOLE_3M; 823 | ValeurCmp = VAL**; 824 | IdModule = MYLIB:HOLE_M2_TH; 825 | EndCmp 826 | 827 | BeginCmp 828 | TimeStamp = 59B3E73D 829 | Path = 830 | Reference = HOLE_3M; 831 | ValeurCmp = VAL**; 832 | IdModule = MYLIB:HOLE_M2_TH; 833 | EndCmp 834 | 835 | BeginCmp 836 | TimeStamp = 59B3E739 837 | Path = 838 | Reference = HOLE_3M; 839 | ValeurCmp = VAL**; 840 | IdModule = MYLIB:HOLE_M2_TH; 841 | EndCmp 842 | 843 | BeginCmp 844 | TimeStamp = 59B3E735 845 | Path = 846 | Reference = HOLE_3M; 847 | ValeurCmp = VAL**; 848 | IdModule = MYLIB:HOLE_M2_TH; 849 | EndCmp 850 | 851 | BeginCmp 852 | TimeStamp = 59B3E72D 853 | Path = 854 | Reference = HOLE_3M; 855 | ValeurCmp = VAL**; 856 | IdModule = MYLIB:HOLE_M2_TH; 857 | EndCmp 858 | 859 | BeginCmp 860 | TimeStamp = 59B3E729 861 | Path = 862 | Reference = HOLE_3M; 863 | ValeurCmp = VAL**; 864 | IdModule = MYLIB:HOLE_M2_TH; 865 | EndCmp 866 | 867 | BeginCmp 868 | TimeStamp = 59B3E725 869 | Path = 870 | Reference = HOLE_3M; 871 | ValeurCmp = VAL**; 872 | IdModule = MYLIB:HOLE_M2_TH; 873 | EndCmp 874 | 875 | BeginCmp 876 | TimeStamp = 59B3E721 877 | Path = 878 | Reference = HOLE_3M; 879 | ValeurCmp = VAL**; 880 | IdModule = MYLIB:HOLE_M2_TH; 881 | EndCmp 882 | 883 | BeginCmp 884 | TimeStamp = 59B3E71D 885 | Path = 886 | Reference = HOLE_3M; 887 | ValeurCmp = VAL**; 888 | IdModule = MYLIB:HOLE_M2_TH; 889 | EndCmp 890 | 891 | BeginCmp 892 | TimeStamp = 59B00934 893 | Path = /598B49C2 894 | Reference = P2; 895 | ValeurCmp = OLED; 896 | IdModule = MYLIB:MY_SIL-4; 897 | EndCmp 898 | 899 | BeginCmp 900 | TimeStamp = 598DE736 901 | Path = /598D86EF 902 | Reference = P1; 903 | ValeurCmp = xd1; 904 | IdModule = MYLIB:1PIN_0.1; 905 | EndCmp 906 | 907 | BeginCmp 908 | TimeStamp = 598DE74F 909 | Path = /598DBE0E 910 | Reference = P3; 911 | ValeurCmp = LED; 912 | IdModule = MYLIB:MY_SIL-3; 913 | EndCmp 914 | 915 | BeginCmp 916 | TimeStamp = 59B007E1 917 | Path = /5986A9C0 918 | Reference = J2; 919 | ValeurCmp = JACK_4P; 920 | IdModule = MYLIB:MJ-4PP-9; 921 | EndCmp 922 | 923 | BeginCmp 924 | TimeStamp = 59B17F35 925 | Path = /59889F5A 926 | Reference = R1; 927 | ValeurCmp = R; 928 | IdModule = MYLIB:R3; 929 | EndCmp 930 | 931 | BeginCmp 932 | TimeStamp = 59B17F40 933 | Path = /5987250A 934 | Reference = R2; 935 | ValeurCmp = R; 936 | IdModule = MYLIB:R3; 937 | EndCmp 938 | 939 | BeginCmp 940 | TimeStamp = 59B15327 941 | Path = /5991DFF7 942 | Reference = JP1; 943 | ValeurCmp = JPC3; 944 | IdModule = MYLIB:JPC3; 945 | EndCmp 946 | 947 | BeginCmp 948 | TimeStamp = 59B15331 949 | Path = /5986AB7B 950 | Reference = JP2; 951 | ValeurCmp = JP2; 952 | IdModule = MYLIB:Jumper; 953 | EndCmp 954 | 955 | BeginCmp 956 | TimeStamp = 59B1549E 957 | Path = /59B056B4 958 | Reference = J1; 959 | ValeurCmp = JACK_4P; 960 | IdModule = MYLIB:MJ-4PP-9; 961 | EndCmp 962 | 963 | BeginCmp 964 | TimeStamp = 59B3F1C5 965 | Path = /59B72414 966 | Reference = U2; 967 | ValeurCmp = WS2812B; 968 | IdModule = MYLIB:WS2812B; 969 | EndCmp 970 | 971 | BeginCmp 972 | TimeStamp = 59B3F1D4 973 | Path = /59B7291D 974 | Reference = U3; 975 | ValeurCmp = WS2812B; 976 | IdModule = MYLIB:WS2812B; 977 | EndCmp 978 | 979 | BeginCmp 980 | TimeStamp = 59B3F1E3 981 | Path = /59B73179 982 | Reference = U4; 983 | ValeurCmp = WS2812B; 984 | IdModule = MYLIB:WS2812B; 985 | EndCmp 986 | 987 | BeginCmp 988 | TimeStamp = 59B3F1F2 989 | Path = /59B73283 990 | Reference = U5; 991 | ValeurCmp = WS2812B; 992 | IdModule = MYLIB:WS2812B; 993 | EndCmp 994 | 995 | BeginCmp 996 | TimeStamp = 59B3F201 997 | Path = /59B73945 998 | Reference = U6; 999 | ValeurCmp = WS2812B; 1000 | IdModule = MYLIB:WS2812B; 1001 | EndCmp 1002 | 1003 | BeginCmp 1004 | TimeStamp = 59B3F210 1005 | Path = /59B73DFD 1006 | Reference = U7; 1007 | ValeurCmp = WS2812B; 1008 | IdModule = MYLIB:WS2812B; 1009 | EndCmp 1010 | 1011 | BeginCmp 1012 | TimeStamp = 59B3F21F 1013 | Path = /59B7664E 1014 | Reference = U8; 1015 | ValeurCmp = WS2812B; 1016 | IdModule = MYLIB:WS2812B; 1017 | EndCmp 1018 | 1019 | BeginCmp 1020 | TimeStamp = 59B3F22E 1021 | Path = /59B7652A 1022 | Reference = U9; 1023 | ValeurCmp = WS2812B; 1024 | IdModule = MYLIB:WS2812B; 1025 | EndCmp 1026 | 1027 | BeginCmp 1028 | TimeStamp = 59B3F23D 1029 | Path = /59B75FD4 1030 | Reference = U10; 1031 | ValeurCmp = WS2812B; 1032 | IdModule = MYLIB:WS2812B; 1033 | EndCmp 1034 | 1035 | BeginCmp 1036 | TimeStamp = 59B3F24C 1037 | Path = /59B7599A 1038 | Reference = U11; 1039 | ValeurCmp = WS2812B; 1040 | IdModule = MYLIB:WS2812B; 1041 | EndCmp 1042 | 1043 | BeginCmp 1044 | TimeStamp = 59B3F25B 1045 | Path = /59B7587F 1046 | Reference = U12; 1047 | ValeurCmp = WS2812B; 1048 | IdModule = MYLIB:WS2812B; 1049 | EndCmp 1050 | 1051 | BeginCmp 1052 | TimeStamp = 59B3F26A 1053 | Path = /59B7430F 1054 | Reference = U13; 1055 | ValeurCmp = WS2812B; 1056 | IdModule = MYLIB:WS2812B; 1057 | EndCmp 1058 | 1059 | BeginCmp 1060 | TimeStamp = 59B3F279 1061 | Path = /59B7832E 1062 | Reference = U14; 1063 | ValeurCmp = WS2812B; 1064 | IdModule = MYLIB:WS2812B; 1065 | EndCmp 1066 | 1067 | BeginCmp 1068 | TimeStamp = 59B3F288 1069 | Path = /59B78334 1070 | Reference = U15; 1071 | ValeurCmp = WS2812B; 1072 | IdModule = MYLIB:WS2812B; 1073 | EndCmp 1074 | 1075 | BeginCmp 1076 | TimeStamp = 59B3F297 1077 | Path = /59B7833A 1078 | Reference = U16; 1079 | ValeurCmp = WS2812B; 1080 | IdModule = MYLIB:WS2812B; 1081 | EndCmp 1082 | 1083 | BeginCmp 1084 | TimeStamp = 59B3F2A6 1085 | Path = /59B78340 1086 | Reference = U17; 1087 | ValeurCmp = WS2812B; 1088 | IdModule = MYLIB:WS2812B; 1089 | EndCmp 1090 | 1091 | BeginCmp 1092 | TimeStamp = 59B3F2B5 1093 | Path = /59B78346 1094 | Reference = U18; 1095 | ValeurCmp = WS2812B; 1096 | IdModule = MYLIB:WS2812B; 1097 | EndCmp 1098 | 1099 | BeginCmp 1100 | TimeStamp = 59B3F2C4 1101 | Path = /59B7834C 1102 | Reference = U19; 1103 | ValeurCmp = WS2812B; 1104 | IdModule = MYLIB:WS2812B; 1105 | EndCmp 1106 | 1107 | BeginCmp 1108 | TimeStamp = 59B3F2D3 1109 | Path = /59B78370 1110 | Reference = U20; 1111 | ValeurCmp = WS2812B; 1112 | IdModule = MYLIB:WS2812B; 1113 | EndCmp 1114 | 1115 | BeginCmp 1116 | TimeStamp = 59B3F2E2 1117 | Path = /59B7836A 1118 | Reference = U21; 1119 | ValeurCmp = WS2812B; 1120 | IdModule = MYLIB:WS2812B; 1121 | EndCmp 1122 | 1123 | BeginCmp 1124 | TimeStamp = 59B3F2F1 1125 | Path = /59B78364 1126 | Reference = U22; 1127 | ValeurCmp = WS2812B; 1128 | IdModule = MYLIB:WS2812B; 1129 | EndCmp 1130 | 1131 | BeginCmp 1132 | TimeStamp = 59B3F300 1133 | Path = /59B7835E 1134 | Reference = U23; 1135 | ValeurCmp = WS2812B; 1136 | IdModule = MYLIB:WS2812B; 1137 | EndCmp 1138 | 1139 | BeginCmp 1140 | TimeStamp = 59B3F30F 1141 | Path = /59B78358 1142 | Reference = U24; 1143 | ValeurCmp = WS2812B; 1144 | IdModule = MYLIB:WS2812B; 1145 | EndCmp 1146 | 1147 | BeginCmp 1148 | TimeStamp = 59B3F31E 1149 | Path = /59B78352 1150 | Reference = U25; 1151 | ValeurCmp = WS2812B; 1152 | IdModule = MYLIB:WS2812B; 1153 | EndCmp 1154 | 1155 | BeginCmp 1156 | TimeStamp = 59B3F32D 1157 | Path = /59BA5EB2 1158 | Reference = U26; 1159 | ValeurCmp = WS2812B; 1160 | IdModule = MYLIB:WS2812B; 1161 | EndCmp 1162 | 1163 | BeginCmp 1164 | TimeStamp = 59B3F33C 1165 | Path = /59BA5EB8 1166 | Reference = U27; 1167 | ValeurCmp = WS2812B; 1168 | IdModule = MYLIB:WS2812B; 1169 | EndCmp 1170 | 1171 | BeginCmp 1172 | TimeStamp = 59B3F34B 1173 | Path = /59BA5EBE 1174 | Reference = U28; 1175 | ValeurCmp = WS2812B; 1176 | IdModule = MYLIB:WS2812B; 1177 | EndCmp 1178 | 1179 | BeginCmp 1180 | TimeStamp = 59B3F35A 1181 | Path = /59BA5EC4 1182 | Reference = U29; 1183 | ValeurCmp = WS2812B; 1184 | IdModule = MYLIB:WS2812B; 1185 | EndCmp 1186 | 1187 | BeginCmp 1188 | TimeStamp = 59B3F369 1189 | Path = /59BA5ECA 1190 | Reference = U30; 1191 | ValeurCmp = WS2812B; 1192 | IdModule = MYLIB:WS2812B; 1193 | EndCmp 1194 | 1195 | BeginCmp 1196 | TimeStamp = 59B3F378 1197 | Path = /59BA5ED0 1198 | Reference = U31; 1199 | ValeurCmp = WS2812B; 1200 | IdModule = MYLIB:WS2812B; 1201 | EndCmp 1202 | 1203 | BeginCmp 1204 | TimeStamp = 59B3F396 1205 | Path = /59BCCF55 1206 | Reference = U32; 1207 | ValeurCmp = WS2812B; 1208 | IdModule = MYLIB:WS2812B; 1209 | EndCmp 1210 | 1211 | BeginCmp 1212 | TimeStamp = 59B3F3A6 1213 | Path = /59BCCF5B 1214 | Reference = U33; 1215 | ValeurCmp = WS2812B; 1216 | IdModule = MYLIB:WS2812B; 1217 | EndCmp 1218 | 1219 | BeginCmp 1220 | TimeStamp = 59B3F3B6 1221 | Path = /59BCCF61 1222 | Reference = U34; 1223 | ValeurCmp = WS2812B; 1224 | IdModule = MYLIB:WS2812B; 1225 | EndCmp 1226 | 1227 | BeginCmp 1228 | TimeStamp = 59B3F3C6 1229 | Path = /59BCCF67 1230 | Reference = U35; 1231 | ValeurCmp = WS2812B; 1232 | IdModule = MYLIB:WS2812B; 1233 | EndCmp 1234 | 1235 | BeginCmp 1236 | TimeStamp = 59B3F3D6 1237 | Path = /59BCCF6D 1238 | Reference = U36; 1239 | ValeurCmp = WS2812B; 1240 | IdModule = MYLIB:WS2812B; 1241 | EndCmp 1242 | 1243 | BeginCmp 1244 | TimeStamp = 59B3F3E6 1245 | Path = /59BCCF73 1246 | Reference = U37; 1247 | ValeurCmp = WS2812B; 1248 | IdModule = MYLIB:WS2812B; 1249 | EndCmp 1250 | 1251 | BeginCmp 1252 | TimeStamp = 59B3F3F6 1253 | Path = /59BCCF97 1254 | Reference = U38; 1255 | ValeurCmp = WS2812B; 1256 | IdModule = MYLIB:WS2812B; 1257 | EndCmp 1258 | 1259 | BeginCmp 1260 | TimeStamp = 59B3F406 1261 | Path = /59BCCF91 1262 | Reference = U39; 1263 | ValeurCmp = WS2812B; 1264 | IdModule = MYLIB:WS2812B; 1265 | EndCmp 1266 | 1267 | BeginCmp 1268 | TimeStamp = 59B3F416 1269 | Path = /59BCCF8B 1270 | Reference = U40; 1271 | ValeurCmp = WS2812B; 1272 | IdModule = MYLIB:WS2812B; 1273 | EndCmp 1274 | 1275 | BeginCmp 1276 | TimeStamp = 59B3F426 1277 | Path = /59BCCF85 1278 | Reference = U41; 1279 | ValeurCmp = WS2812B; 1280 | IdModule = MYLIB:WS2812B; 1281 | EndCmp 1282 | 1283 | BeginCmp 1284 | TimeStamp = 59B3F436 1285 | Path = /59BCCF7F 1286 | Reference = U42; 1287 | ValeurCmp = WS2812B; 1288 | IdModule = MYLIB:WS2812B; 1289 | EndCmp 1290 | 1291 | BeginCmp 1292 | TimeStamp = 59B3F446 1293 | Path = /59BCCF79 1294 | Reference = U43; 1295 | ValeurCmp = WS2812B; 1296 | IdModule = MYLIB:WS2812B; 1297 | EndCmp 1298 | 1299 | BeginCmp 1300 | TimeStamp = 59B3F456 1301 | Path = /59BCCFC8 1302 | Reference = U44; 1303 | ValeurCmp = WS2812B; 1304 | IdModule = MYLIB:WS2812B; 1305 | EndCmp 1306 | 1307 | BeginCmp 1308 | TimeStamp = 59B3F466 1309 | Path = /59BCCFCE 1310 | Reference = U45; 1311 | ValeurCmp = WS2812B; 1312 | IdModule = MYLIB:WS2812B; 1313 | EndCmp 1314 | 1315 | BeginCmp 1316 | TimeStamp = 59B3F476 1317 | Path = /59BCCFD4 1318 | Reference = U46; 1319 | ValeurCmp = WS2812B; 1320 | IdModule = MYLIB:WS2812B; 1321 | EndCmp 1322 | 1323 | BeginCmp 1324 | TimeStamp = 59B3F486 1325 | Path = /59BCCFDA 1326 | Reference = U47; 1327 | ValeurCmp = WS2812B; 1328 | IdModule = MYLIB:WS2812B; 1329 | EndCmp 1330 | 1331 | BeginCmp 1332 | TimeStamp = 59B3F496 1333 | Path = /59BCCFE0 1334 | Reference = U48; 1335 | ValeurCmp = WS2812B; 1336 | IdModule = MYLIB:WS2812B; 1337 | EndCmp 1338 | 1339 | BeginCmp 1340 | TimeStamp = 59B3F4A6 1341 | Path = /59BCCFE6 1342 | Reference = U49; 1343 | ValeurCmp = WS2812B; 1344 | IdModule = MYLIB:WS2812B; 1345 | EndCmp 1346 | 1347 | BeginCmp 1348 | TimeStamp = 59B3F4B6 1349 | Path = /59BCD00A 1350 | Reference = U50; 1351 | ValeurCmp = WS2812B; 1352 | IdModule = MYLIB:WS2812B; 1353 | EndCmp 1354 | 1355 | BeginCmp 1356 | TimeStamp = 59B3F4C6 1357 | Path = /59BCD004 1358 | Reference = U51; 1359 | ValeurCmp = WS2812B; 1360 | IdModule = MYLIB:WS2812B; 1361 | EndCmp 1362 | 1363 | BeginCmp 1364 | TimeStamp = 59B3F4D6 1365 | Path = /59BCCFFE 1366 | Reference = U52; 1367 | ValeurCmp = WS2812B; 1368 | IdModule = MYLIB:WS2812B; 1369 | EndCmp 1370 | 1371 | BeginCmp 1372 | TimeStamp = 59B3F4E6 1373 | Path = /59BCCFF8 1374 | Reference = U53; 1375 | ValeurCmp = WS2812B; 1376 | IdModule = MYLIB:WS2812B; 1377 | EndCmp 1378 | 1379 | BeginCmp 1380 | TimeStamp = 59B3F4F6 1381 | Path = /59BCCFF2 1382 | Reference = U54; 1383 | ValeurCmp = WS2812B; 1384 | IdModule = MYLIB:WS2812B; 1385 | EndCmp 1386 | 1387 | BeginCmp 1388 | TimeStamp = 59B3F506 1389 | Path = /59BCCFEC 1390 | Reference = U55; 1391 | ValeurCmp = WS2812B; 1392 | IdModule = MYLIB:WS2812B; 1393 | EndCmp 1394 | 1395 | BeginCmp 1396 | TimeStamp = 59B3F516 1397 | Path = /59BCD03F 1398 | Reference = U56; 1399 | ValeurCmp = WS2812B; 1400 | IdModule = MYLIB:WS2812B; 1401 | EndCmp 1402 | 1403 | BeginCmp 1404 | TimeStamp = 59B3F526 1405 | Path = /59BCD045 1406 | Reference = U57; 1407 | ValeurCmp = WS2812B; 1408 | IdModule = MYLIB:WS2812B; 1409 | EndCmp 1410 | 1411 | BeginCmp 1412 | TimeStamp = 59B3F536 1413 | Path = /59BCD04B 1414 | Reference = U58; 1415 | ValeurCmp = WS2812B; 1416 | IdModule = MYLIB:WS2812B; 1417 | EndCmp 1418 | 1419 | BeginCmp 1420 | TimeStamp = 59B3F546 1421 | Path = /59BCD051 1422 | Reference = U59; 1423 | ValeurCmp = WS2812B; 1424 | IdModule = MYLIB:WS2812B; 1425 | EndCmp 1426 | 1427 | BeginCmp 1428 | TimeStamp = 59B3F556 1429 | Path = /59BCD057 1430 | Reference = U60; 1431 | ValeurCmp = WS2812B; 1432 | IdModule = MYLIB:WS2812B; 1433 | EndCmp 1434 | 1435 | BeginCmp 1436 | TimeStamp = 59B3F566 1437 | Path = /59BCD05D 1438 | Reference = U61; 1439 | ValeurCmp = WS2812B; 1440 | IdModule = MYLIB:WS2812B; 1441 | EndCmp 1442 | 1443 | BeginCmp 1444 | TimeStamp = 59B40861 1445 | Path = /59C15B7F 1446 | Reference = P6; 1447 | ValeurCmp = test; 1448 | IdModule = MYLIB:1PIN_0.1; 1449 | EndCmp 1450 | 1451 | BeginCmp 1452 | TimeStamp = 59B40866 1453 | Path = /59C2743C 1454 | Reference = P7; 1455 | ValeurCmp = test; 1456 | IdModule = MYLIB:1PIN_0.1; 1457 | EndCmp 1458 | 1459 | BeginCmp 1460 | TimeStamp = 59B4086B 1461 | Path = /59C18C67 1462 | Reference = P8; 1463 | ValeurCmp = test; 1464 | IdModule = MYLIB:1PIN_0.1; 1465 | EndCmp 1466 | 1467 | BeginCmp 1468 | TimeStamp = 59B40870 1469 | Path = /59C1C79E 1470 | Reference = P9; 1471 | ValeurCmp = test; 1472 | IdModule = MYLIB:1PIN_0.1; 1473 | EndCmp 1474 | 1475 | BeginCmp 1476 | TimeStamp = 59B40875 1477 | Path = /59C1C964 1478 | Reference = P10; 1479 | ValeurCmp = test; 1480 | IdModule = MYLIB:1PIN_0.1; 1481 | EndCmp 1482 | 1483 | BeginCmp 1484 | TimeStamp = 59B4087A 1485 | Path = /59C20A78 1486 | Reference = P11; 1487 | ValeurCmp = test; 1488 | IdModule = MYLIB:1PIN_0.1; 1489 | EndCmp 1490 | 1491 | BeginCmp 1492 | TimeStamp = 59B4087F 1493 | Path = /59C20C54 1494 | Reference = P12; 1495 | ValeurCmp = test; 1496 | IdModule = MYLIB:1PIN_0.1; 1497 | EndCmp 1498 | 1499 | BeginCmp 1500 | TimeStamp = 59B40884 1501 | Path = /59C2D8F4 1502 | Reference = P13; 1503 | ValeurCmp = test; 1504 | IdModule = MYLIB:1PIN_0.1; 1505 | EndCmp 1506 | 1507 | BeginCmp 1508 | TimeStamp = 59B40889 1509 | Path = /59C30644 1510 | Reference = P14; 1511 | ValeurCmp = test; 1512 | IdModule = MYLIB:1PIN_0.1; 1513 | EndCmp 1514 | 1515 | BeginCmp 1516 | TimeStamp = 59B4088E 1517 | Path = /59C3064A 1518 | Reference = P15; 1519 | ValeurCmp = test; 1520 | IdModule = MYLIB:1PIN_0.1; 1521 | EndCmp 1522 | 1523 | BeginCmp 1524 | TimeStamp = 59B40893 1525 | Path = /59C30662 1526 | Reference = P16; 1527 | ValeurCmp = test; 1528 | IdModule = MYLIB:1PIN_0.1; 1529 | EndCmp 1530 | 1531 | BeginCmp 1532 | TimeStamp = 59B40898 1533 | Path = /59C30656 1534 | Reference = P17; 1535 | ValeurCmp = test; 1536 | IdModule = MYLIB:1PIN_0.1; 1537 | EndCmp 1538 | 1539 | BeginCmp 1540 | TimeStamp = 59B4089D 1541 | Path = /59C1F30F 1542 | Reference = P18; 1543 | ValeurCmp = test; 1544 | IdModule = MYLIB:1PIN_0.1; 1545 | EndCmp 1546 | 1547 | BeginCmp 1548 | TimeStamp = 59B408A2 1549 | Path = /59C2760E 1550 | Reference = P19; 1551 | ValeurCmp = test; 1552 | IdModule = MYLIB:1PIN_0.1; 1553 | EndCmp 1554 | 1555 | BeginCmp 1556 | TimeStamp = 59B408A7 1557 | Path = /59C1F4DB 1558 | Reference = P20; 1559 | ValeurCmp = test; 1560 | IdModule = MYLIB:1PIN_0.1; 1561 | EndCmp 1562 | 1563 | BeginCmp 1564 | TimeStamp = 59B408AC 1565 | Path = /59C1F6AA 1566 | Reference = P21; 1567 | ValeurCmp = test; 1568 | IdModule = MYLIB:1PIN_0.1; 1569 | EndCmp 1570 | 1571 | BeginCmp 1572 | TimeStamp = 59B408B1 1573 | Path = /59C1D55C 1574 | Reference = P22; 1575 | ValeurCmp = test; 1576 | IdModule = MYLIB:1PIN_0.1; 1577 | EndCmp 1578 | 1579 | BeginCmp 1580 | TimeStamp = 59B408B6 1581 | Path = /59C1D730 1582 | Reference = P23; 1583 | ValeurCmp = test; 1584 | IdModule = MYLIB:1PIN_0.1; 1585 | EndCmp 1586 | 1587 | BeginCmp 1588 | TimeStamp = 59B408BB 1589 | Path = /59C2015A 1590 | Reference = P24; 1591 | ValeurCmp = test; 1592 | IdModule = MYLIB:1PIN_0.1; 1593 | EndCmp 1594 | 1595 | BeginCmp 1596 | TimeStamp = 59B408C0 1597 | Path = /59C2D8EE 1598 | Reference = P25; 1599 | ValeurCmp = test; 1600 | IdModule = MYLIB:1PIN_0.1; 1601 | EndCmp 1602 | 1603 | BeginCmp 1604 | TimeStamp = 59B408C5 1605 | Path = /59C3065C 1606 | Reference = P26; 1607 | ValeurCmp = test; 1608 | IdModule = MYLIB:1PIN_0.1; 1609 | EndCmp 1610 | 1611 | BeginCmp 1612 | TimeStamp = 59B408CA 1613 | Path = /59C30650 1614 | Reference = P27; 1615 | ValeurCmp = test; 1616 | IdModule = MYLIB:1PIN_0.1; 1617 | EndCmp 1618 | 1619 | BeginCmp 1620 | TimeStamp = 59B408CF 1621 | Path = /59C30668 1622 | Reference = P28; 1623 | ValeurCmp = test; 1624 | IdModule = MYLIB:1PIN_0.1; 1625 | EndCmp 1626 | 1627 | BeginCmp 1628 | TimeStamp = 59B408D4 1629 | Path = /59C3066E 1630 | Reference = P29; 1631 | ValeurCmp = test; 1632 | IdModule = MYLIB:1PIN_0.1; 1633 | EndCmp 1634 | 1635 | BeginCmp 1636 | TimeStamp = 59B40BB3 1637 | Path = 1638 | Reference = HOLE_3M; 1639 | ValeurCmp = VAL**; 1640 | IdModule = MYLIB:HOLE_M2_TH; 1641 | EndCmp 1642 | 1643 | BeginCmp 1644 | TimeStamp = 59B40BE6 1645 | Path = 1646 | Reference = 1PIN; 1647 | ValeurCmp = Val**; 1648 | IdModule = MYLIB:1PIN_0.1; 1649 | EndCmp 1650 | 1651 | BeginCmp 1652 | TimeStamp = 59B40E2A 1653 | Path = /59C475D4 1654 | Reference = P30; 1655 | ValeurCmp = test; 1656 | IdModule = MYLIB:1PIN_0.1; 1657 | EndCmp 1658 | 1659 | BeginCmp 1660 | TimeStamp = 59B40E2F 1661 | Path = /59C49DD2 1662 | Reference = P31; 1663 | ValeurCmp = test; 1664 | IdModule = MYLIB:1PIN_0.1; 1665 | EndCmp 1666 | 1667 | BeginCmp 1668 | TimeStamp = 59B40E34 1669 | Path = /59C4D0DC 1670 | Reference = P32; 1671 | ValeurCmp = test; 1672 | IdModule = MYLIB:1PIN_0.1; 1673 | EndCmp 1674 | 1675 | BeginCmp 1676 | TimeStamp = 59B40E39 1677 | Path = /59C4D3EC 1678 | Reference = P33; 1679 | ValeurCmp = test; 1680 | IdModule = MYLIB:1PIN_0.1; 1681 | EndCmp 1682 | 1683 | BeginCmp 1684 | TimeStamp = 59B40E3E 1685 | Path = /59C4EFB4 1686 | Reference = P34; 1687 | ValeurCmp = test; 1688 | IdModule = MYLIB:1PIN_0.1; 1689 | EndCmp 1690 | 1691 | BeginCmp 1692 | TimeStamp = 59B40E43 1693 | Path = /59C4F24E 1694 | Reference = P35; 1695 | ValeurCmp = test; 1696 | IdModule = MYLIB:1PIN_0.1; 1697 | EndCmp 1698 | 1699 | BeginCmp 1700 | TimeStamp = 59B40E48 1701 | Path = /59C4F49F 1702 | Reference = P36; 1703 | ValeurCmp = test; 1704 | IdModule = MYLIB:1PIN_0.1; 1705 | EndCmp 1706 | 1707 | BeginCmp 1708 | TimeStamp = 59B40E4D 1709 | Path = /59C4F79B 1710 | Reference = P37; 1711 | ValeurCmp = test; 1712 | IdModule = MYLIB:1PIN_0.1; 1713 | EndCmp 1714 | 1715 | BeginCmp 1716 | TimeStamp = 59B41015 1717 | Path = /59C5E756 1718 | Reference = P38; 1719 | ValeurCmp = test; 1720 | IdModule = MYLIB:1PIN_0.1; 1721 | EndCmp 1722 | 1723 | BeginCmp 1724 | TimeStamp = 59B4101A 1725 | Path = /59C5E976 1726 | Reference = P39; 1727 | ValeurCmp = test; 1728 | IdModule = MYLIB:1PIN_0.1; 1729 | EndCmp 1730 | 1731 | BeginCmp 1732 | TimeStamp = 59B4101F 1733 | Path = /59C5D170 1734 | Reference = P40; 1735 | ValeurCmp = xd2; 1736 | IdModule = MYLIB:1PIN_0.1; 1737 | EndCmp 1738 | 1739 | BeginCmp 1740 | TimeStamp = 59B41024 1741 | Path = /59C5D3AC 1742 | Reference = P41; 1743 | ValeurCmp = test; 1744 | IdModule = MYLIB:1PIN_0.1; 1745 | EndCmp 1746 | 1747 | BeginCmp 1748 | TimeStamp = 59B3C06F 1749 | Path = /59B8D894 1750 | Reference = SW25; 1751 | ValeurCmp = SW_PUSH; 1752 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1753 | EndCmp 1754 | 1755 | BeginCmp 1756 | TimeStamp = 59B3C0D3 1757 | Path = /59B8D8D0 1758 | Reference = SW30; 1759 | ValeurCmp = SW_PUSH; 1760 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1761 | EndCmp 1762 | 1763 | BeginCmp 1764 | TimeStamp = 59B375EC 1765 | Path = /5986AC91 1766 | Reference = SW1; 1767 | ValeurCmp = SW_PUSH; 1768 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1769 | EndCmp 1770 | 1771 | BeginCmp 1772 | TimeStamp = 59B37607 1773 | Path = /5986AE30 1774 | Reference = SW2; 1775 | ValeurCmp = SW_PUSH; 1776 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1777 | EndCmp 1778 | 1779 | BeginCmp 1780 | TimeStamp = 59B37622 1781 | Path = /5986B47E 1782 | Reference = SW3; 1783 | ValeurCmp = SW_PUSH; 1784 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1785 | EndCmp 1786 | 1787 | BeginCmp 1788 | TimeStamp = 59B3763D 1789 | Path = /5986B48A 1790 | Reference = SW4; 1791 | ValeurCmp = SW_PUSH; 1792 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1793 | EndCmp 1794 | 1795 | BeginCmp 1796 | TimeStamp = 59B37658 1797 | Path = /5986BAB7 1798 | Reference = SW5; 1799 | ValeurCmp = SW_PUSH; 1800 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1801 | EndCmp 1802 | 1803 | BeginCmp 1804 | TimeStamp = 59B37673 1805 | Path = /5986BAC3 1806 | Reference = SW6; 1807 | ValeurCmp = SW_PUSH; 1808 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1809 | EndCmp 1810 | 1811 | BeginCmp 1812 | TimeStamp = 59B3768E 1813 | Path = /5986C660 1814 | Reference = SW7; 1815 | ValeurCmp = SW_PUSH; 1816 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1817 | EndCmp 1818 | 1819 | BeginCmp 1820 | TimeStamp = 59B376C4 1821 | Path = /5986C678 1822 | Reference = SW9; 1823 | ValeurCmp = SW_PUSH; 1824 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1825 | EndCmp 1826 | 1827 | BeginCmp 1828 | TimeStamp = 59B376DF 1829 | Path = /5986C684 1830 | Reference = SW10; 1831 | ValeurCmp = SW_PUSH; 1832 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1833 | EndCmp 1834 | 1835 | BeginCmp 1836 | TimeStamp = 59B376FA 1837 | Path = /5986C690 1838 | Reference = SW11; 1839 | ValeurCmp = SW_PUSH; 1840 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1841 | EndCmp 1842 | 1843 | BeginCmp 1844 | TimeStamp = 59B37715 1845 | Path = /5986C69C 1846 | Reference = SW12; 1847 | ValeurCmp = SW_PUSH; 1848 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1849 | EndCmp 1850 | 1851 | BeginCmp 1852 | TimeStamp = 59B37730 1853 | Path = /5986C966 1854 | Reference = SW13; 1855 | ValeurCmp = SW_PUSH; 1856 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1857 | EndCmp 1858 | 1859 | BeginCmp 1860 | TimeStamp = 59B3774B 1861 | Path = /5986C972 1862 | Reference = SW14; 1863 | ValeurCmp = SW_PUSH; 1864 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1865 | EndCmp 1866 | 1867 | BeginCmp 1868 | TimeStamp = 59B37766 1869 | Path = /5986C97E 1870 | Reference = SW15; 1871 | ValeurCmp = SW_PUSH; 1872 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1873 | EndCmp 1874 | 1875 | BeginCmp 1876 | TimeStamp = 59B37781 1877 | Path = /5986C98A 1878 | Reference = SW16; 1879 | ValeurCmp = SW_PUSH; 1880 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1881 | EndCmp 1882 | 1883 | BeginCmp 1884 | TimeStamp = 59B3779C 1885 | Path = /5986C996 1886 | Reference = SW17; 1887 | ValeurCmp = SW_PUSH; 1888 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1889 | EndCmp 1890 | 1891 | BeginCmp 1892 | TimeStamp = 59B377B7 1893 | Path = /5986C9A2 1894 | Reference = SW18; 1895 | ValeurCmp = SW_PUSH; 1896 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1897 | EndCmp 1898 | 1899 | BeginCmp 1900 | TimeStamp = 59B377D2 1901 | Path = /5986C9AE 1902 | Reference = SW19; 1903 | ValeurCmp = SW_PUSH; 1904 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1905 | EndCmp 1906 | 1907 | BeginCmp 1908 | TimeStamp = 59B377ED 1909 | Path = /5986C9BA 1910 | Reference = SW20; 1911 | ValeurCmp = SW_PUSH; 1912 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1913 | EndCmp 1914 | 1915 | BeginCmp 1916 | TimeStamp = 59B37808 1917 | Path = /5986C9C6 1918 | Reference = SW21; 1919 | ValeurCmp = SW_PUSH; 1920 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1921 | EndCmp 1922 | 1923 | BeginCmp 1924 | TimeStamp = 59B37823 1925 | Path = /5986C9D2 1926 | Reference = SW22; 1927 | ValeurCmp = SW_PUSH; 1928 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1929 | EndCmp 1930 | 1931 | BeginCmp 1932 | TimeStamp = 59B3783E 1933 | Path = /5986C9DE 1934 | Reference = SW23; 1935 | ValeurCmp = SW_PUSH; 1936 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1937 | EndCmp 1938 | 1939 | BeginCmp 1940 | TimeStamp = 59B37859 1941 | Path = /5986C9EA 1942 | Reference = SW24; 1943 | ValeurCmp = SW_PUSH; 1944 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1945 | EndCmp 1946 | 1947 | BeginCmp 1948 | TimeStamp = 59B3C083 1949 | Path = /59B8D8A0 1950 | Reference = SW26; 1951 | ValeurCmp = SW_PUSH; 1952 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1953 | EndCmp 1954 | 1955 | BeginCmp 1956 | TimeStamp = 59B3C097 1957 | Path = /59B8D8AC 1958 | Reference = SW27; 1959 | ValeurCmp = SW_PUSH; 1960 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1961 | EndCmp 1962 | 1963 | BeginCmp 1964 | TimeStamp = 59B3C0AB 1965 | Path = /59B8D8B8 1966 | Reference = SW28; 1967 | ValeurCmp = SW_PUSH; 1968 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1969 | EndCmp 1970 | 1971 | BeginCmp 1972 | TimeStamp = 59B3C0BF 1973 | Path = /59B8D8C4 1974 | Reference = SW29; 1975 | ValeurCmp = SW_PUSH; 1976 | IdModule = MYLIB:MX_ALPS_PG1350_noLed; 1977 | EndCmp 1978 | 1979 | BeginCmp 1980 | TimeStamp = 59B41A27 1981 | Path = /59C8C41C 1982 | Reference = P42; 1983 | ValeurCmp = test; 1984 | IdModule = MYLIB:1PIN_0.1; 1985 | EndCmp 1986 | 1987 | BeginCmp 1988 | TimeStamp = 59B41A2C 1989 | Path = /59C8C6A1 1990 | Reference = P43; 1991 | ValeurCmp = test; 1992 | IdModule = MYLIB:1PIN_0.1; 1993 | EndCmp 1994 | 1995 | BeginCmp 1996 | TimeStamp = 59B41A31 1997 | Path = /59C8D2E7 1998 | Reference = P44; 1999 | ValeurCmp = test; 2000 | IdModule = MYLIB:1PIN_0.1; 2001 | EndCmp 2002 | 2003 | BeginCmp 2004 | TimeStamp = 59B41A36 2005 | Path = /59C8CE24 2006 | Reference = P45; 2007 | ValeurCmp = test; 2008 | IdModule = MYLIB:1PIN_0.1; 2009 | EndCmp 2010 | 2011 | BeginCmp 2012 | TimeStamp = 59B41A3B 2013 | Path = /59C8D096 2014 | Reference = P46; 2015 | ValeurCmp = test; 2016 | IdModule = MYLIB:1PIN_0.1; 2017 | EndCmp 2018 | 2019 | BeginCmp 2020 | TimeStamp = 59B41A40 2021 | Path = /59C8CBB5 2022 | Reference = P47; 2023 | ValeurCmp = test; 2024 | IdModule = MYLIB:1PIN_0.1; 2025 | EndCmp 2026 | 2027 | BeginCmp 2028 | TimeStamp = 59B3B3C5 2029 | Path = /5986ACFA 2030 | Reference = D1; 2031 | ValeurCmp = D; 2032 | IdModule = MYLIB:D3_TH_SMD; 2033 | EndCmp 2034 | 2035 | BeginCmp 2036 | TimeStamp = 59B3B3DA 2037 | Path = /5986AE36 2038 | Reference = D2; 2039 | ValeurCmp = D; 2040 | IdModule = MYLIB:D3_TH_SMD; 2041 | EndCmp 2042 | 2043 | BeginCmp 2044 | TimeStamp = 59B3B3EF 2045 | Path = /5986B484 2046 | Reference = D3; 2047 | ValeurCmp = D; 2048 | IdModule = MYLIB:D3_TH_SMD; 2049 | EndCmp 2050 | 2051 | BeginCmp 2052 | TimeStamp = 59B3B404 2053 | Path = /5986B490 2054 | Reference = D4; 2055 | ValeurCmp = D; 2056 | IdModule = MYLIB:D3_TH_SMD; 2057 | EndCmp 2058 | 2059 | BeginCmp 2060 | TimeStamp = 59B3B419 2061 | Path = /5986BABD 2062 | Reference = D5; 2063 | ValeurCmp = D; 2064 | IdModule = MYLIB:D3_TH_SMD; 2065 | EndCmp 2066 | 2067 | BeginCmp 2068 | TimeStamp = 59B3B42E 2069 | Path = /5986BAC9 2070 | Reference = D6; 2071 | ValeurCmp = D; 2072 | IdModule = MYLIB:D3_TH_SMD; 2073 | EndCmp 2074 | 2075 | BeginCmp 2076 | TimeStamp = 59B3B443 2077 | Path = /5986C666 2078 | Reference = D7; 2079 | ValeurCmp = D; 2080 | IdModule = MYLIB:D3_TH_SMD; 2081 | EndCmp 2082 | 2083 | BeginCmp 2084 | TimeStamp = 59B3B458 2085 | Path = /5986C672 2086 | Reference = D8; 2087 | ValeurCmp = D; 2088 | IdModule = MYLIB:D3_TH_SMD; 2089 | EndCmp 2090 | 2091 | BeginCmp 2092 | TimeStamp = 59B3B46D 2093 | Path = /5986C67E 2094 | Reference = D9; 2095 | ValeurCmp = D; 2096 | IdModule = MYLIB:D3_TH_SMD; 2097 | EndCmp 2098 | 2099 | BeginCmp 2100 | TimeStamp = 59B3B482 2101 | Path = /5986C68A 2102 | Reference = D10; 2103 | ValeurCmp = D; 2104 | IdModule = MYLIB:D3_TH_SMD; 2105 | EndCmp 2106 | 2107 | BeginCmp 2108 | TimeStamp = 59B3B497 2109 | Path = /5986C696 2110 | Reference = D11; 2111 | ValeurCmp = D; 2112 | IdModule = MYLIB:D3_TH_SMD; 2113 | EndCmp 2114 | 2115 | BeginCmp 2116 | TimeStamp = 59B3B4AC 2117 | Path = /5986C6A2 2118 | Reference = D12; 2119 | ValeurCmp = D; 2120 | IdModule = MYLIB:D3_TH_SMD; 2121 | EndCmp 2122 | 2123 | BeginCmp 2124 | TimeStamp = 59B3B4C1 2125 | Path = /5986C96C 2126 | Reference = D13; 2127 | ValeurCmp = D; 2128 | IdModule = MYLIB:D3_TH_SMD; 2129 | EndCmp 2130 | 2131 | BeginCmp 2132 | TimeStamp = 59B3B4D6 2133 | Path = /5986C978 2134 | Reference = D14; 2135 | ValeurCmp = D; 2136 | IdModule = MYLIB:D3_TH_SMD; 2137 | EndCmp 2138 | 2139 | BeginCmp 2140 | TimeStamp = 59B3B4EB 2141 | Path = /5986C984 2142 | Reference = D15; 2143 | ValeurCmp = D; 2144 | IdModule = MYLIB:D3_TH_SMD; 2145 | EndCmp 2146 | 2147 | BeginCmp 2148 | TimeStamp = 59B3B500 2149 | Path = /5986C990 2150 | Reference = D16; 2151 | ValeurCmp = D; 2152 | IdModule = MYLIB:D3_TH_SMD; 2153 | EndCmp 2154 | 2155 | BeginCmp 2156 | TimeStamp = 59B3B515 2157 | Path = /5986C99C 2158 | Reference = D17; 2159 | ValeurCmp = D; 2160 | IdModule = MYLIB:D3_TH_SMD; 2161 | EndCmp 2162 | 2163 | BeginCmp 2164 | TimeStamp = 59B3B52A 2165 | Path = /5986C9A8 2166 | Reference = D18; 2167 | ValeurCmp = D; 2168 | IdModule = MYLIB:D3_TH_SMD; 2169 | EndCmp 2170 | 2171 | BeginCmp 2172 | TimeStamp = 59B3B53F 2173 | Path = /5986C9B4 2174 | Reference = D19; 2175 | ValeurCmp = D; 2176 | IdModule = MYLIB:D3_TH_SMD; 2177 | EndCmp 2178 | 2179 | BeginCmp 2180 | TimeStamp = 59B3B554 2181 | Path = /5986C9C0 2182 | Reference = D20; 2183 | ValeurCmp = D; 2184 | IdModule = MYLIB:D3_TH_SMD; 2185 | EndCmp 2186 | 2187 | BeginCmp 2188 | TimeStamp = 59B3B569 2189 | Path = /5986C9CC 2190 | Reference = D21; 2191 | ValeurCmp = D; 2192 | IdModule = MYLIB:D3_TH_SMD; 2193 | EndCmp 2194 | 2195 | BeginCmp 2196 | TimeStamp = 59B3B57E 2197 | Path = /5986C9D8 2198 | Reference = D22; 2199 | ValeurCmp = D; 2200 | IdModule = MYLIB:D3_TH_SMD; 2201 | EndCmp 2202 | 2203 | BeginCmp 2204 | TimeStamp = 59B3B593 2205 | Path = /5986C9E4 2206 | Reference = D23; 2207 | ValeurCmp = D; 2208 | IdModule = MYLIB:D3_TH_SMD; 2209 | EndCmp 2210 | 2211 | BeginCmp 2212 | TimeStamp = 59B3B5A8 2213 | Path = /5986C9F0 2214 | Reference = D24; 2215 | ValeurCmp = D; 2216 | IdModule = MYLIB:D3_TH_SMD; 2217 | EndCmp 2218 | 2219 | BeginCmp 2220 | TimeStamp = 59B3C029 2221 | Path = /59B8D89A 2222 | Reference = D25; 2223 | ValeurCmp = D; 2224 | IdModule = MYLIB:D3_TH_SMD; 2225 | EndCmp 2226 | 2227 | BeginCmp 2228 | TimeStamp = 59B3C033 2229 | Path = /59B8D8A6 2230 | Reference = D26; 2231 | ValeurCmp = D; 2232 | IdModule = MYLIB:D3_TH_SMD; 2233 | EndCmp 2234 | 2235 | BeginCmp 2236 | TimeStamp = 59B3C03D 2237 | Path = /59B8D8B2 2238 | Reference = D27; 2239 | ValeurCmp = D; 2240 | IdModule = MYLIB:D3_TH_SMD; 2241 | EndCmp 2242 | 2243 | BeginCmp 2244 | TimeStamp = 59B3C047 2245 | Path = /59B8D8BE 2246 | Reference = D28; 2247 | ValeurCmp = D; 2248 | IdModule = MYLIB:D3_TH_SMD; 2249 | EndCmp 2250 | 2251 | BeginCmp 2252 | TimeStamp = 59B3C051 2253 | Path = /59B8D8CA 2254 | Reference = D29; 2255 | ValeurCmp = D; 2256 | IdModule = MYLIB:D3_TH_SMD; 2257 | EndCmp 2258 | 2259 | BeginCmp 2260 | TimeStamp = 59B3C05B 2261 | Path = /59B8D8D6 2262 | Reference = D30; 2263 | ValeurCmp = D; 2264 | IdModule = MYLIB:D3_TH_SMD; 2265 | EndCmp 2266 | 2267 | BeginCmp 2268 | TimeStamp = 59B4A702 2269 | Path = /59B50DED 2270 | Reference = P48; 2271 | ValeurCmp = test; 2272 | IdModule = MYLIB:1PIN_0.1; 2273 | EndCmp 2274 | 2275 | BeginCmp 2276 | TimeStamp = 59B4A707 2277 | Path = /59B5128C 2278 | Reference = P49; 2279 | ValeurCmp = test; 2280 | IdModule = MYLIB:1PIN_0.1; 2281 | EndCmp 2282 | 2283 | BeginCmp 2284 | TimeStamp = 59B4A70C 2285 | Path = /59B51051 2286 | Reference = P50; 2287 | ValeurCmp = test; 2288 | IdModule = MYLIB:1PIN_0.1; 2289 | EndCmp 2290 | 2291 | BeginCmp 2292 | TimeStamp = 59B4A711 2293 | Path = /59B514E2 2294 | Reference = P51; 2295 | ValeurCmp = test; 2296 | IdModule = MYLIB:1PIN_0.1; 2297 | EndCmp 2298 | 2299 | BeginCmp 2300 | TimeStamp = 59B4A716 2301 | Path = /59B4FC4A 2302 | Reference = P52; 2303 | ValeurCmp = test; 2304 | IdModule = MYLIB:1PIN_0.1; 2305 | EndCmp 2306 | 2307 | BeginCmp 2308 | TimeStamp = 59B4A71B 2309 | Path = /59B50316 2310 | Reference = P53; 2311 | ValeurCmp = test; 2312 | IdModule = MYLIB:1PIN_0.1; 2313 | EndCmp 2314 | 2315 | BeginCmp 2316 | TimeStamp = 59B4A720 2317 | Path = /59B4FE92 2318 | Reference = P54; 2319 | ValeurCmp = test; 2320 | IdModule = MYLIB:1PIN_0.1; 2321 | EndCmp 2322 | 2323 | BeginCmp 2324 | TimeStamp = 59B4A725 2325 | Path = /59B50554 2326 | Reference = P55; 2327 | ValeurCmp = test; 2328 | IdModule = MYLIB:1PIN_0.1; 2329 | EndCmp 2330 | 2331 | BeginCmp 2332 | TimeStamp = 59B4F1AC 2333 | Path = 2334 | Reference = [NoRef]; 2335 | ValeurCmp = [NoVal]; 2336 | IdModule = MYLIB:via; 2337 | EndCmp 2338 | 2339 | BeginCmp 2340 | TimeStamp = 59B51C8B 2341 | Path = /59B37799 2342 | Reference = P5; 2343 | ValeurCmp = Spling Connector; 2344 | IdModule = MYLIB:Spring_Loaded_Connectors_829; 2345 | EndCmp 2346 | 2347 | BeginCmp 2348 | TimeStamp = 59B51C9E 2349 | Path = /59875EC2 2350 | Reference = SW31; 2351 | ValeurCmp = SW_PUSH; 2352 | IdModule = MYLIB:SW_SMALL_V&H; 2353 | EndCmp 2354 | 2355 | BeginCmp 2356 | TimeStamp = 59B51CAD 2357 | Path = /5986A7F2 2358 | Reference = U1; 2359 | ValeurCmp = ProMicro; 2360 | IdModule = MYLIB:ProMicro; 2361 | EndCmp 2362 | 2363 | EndListe 2364 | -------------------------------------------------------------------------------- /PCB/beta/helix.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source C:/Users/pluis/Documents/SS/Projects/helix/helix.sch) 4 | (date "2018/01/08 11:11:14") 5 | (tool "Eeschema 4.0.1-stable") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title "Helix beta") 9 | (company) 10 | (rev v0.2) 11 | (date 2017-11-5) 12 | (source helix.sch) 13 | (comment (number 1) (value "")) 14 | (comment (number 2) (value "")) 15 | (comment (number 3) (value "")) 16 | (comment (number 4) (value ""))))) 17 | (components 18 | (comp (ref U1) 19 | (value ProMicro) 20 | (footprint MYLIB:ProMicro_rev) 21 | (libsource (lib MYDEVICE) (part ProMicro)) 22 | (sheetpath (names /) (tstamps /)) 23 | (tstamp 5986A7F2)) 24 | (comp (ref SW1) 25 | (value SW_PUSH) 26 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 27 | (libsource (lib device) (part SW_PUSH)) 28 | (sheetpath (names /) (tstamps /)) 29 | (tstamp 5986AC91)) 30 | (comp (ref D1) 31 | (value D) 32 | (footprint MYLIB:D3_TH_SMD) 33 | (libsource (lib device) (part D)) 34 | (sheetpath (names /) (tstamps /)) 35 | (tstamp 5986ACFA)) 36 | (comp (ref SW2) 37 | (value SW_PUSH) 38 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 39 | (libsource (lib device) (part SW_PUSH)) 40 | (sheetpath (names /) (tstamps /)) 41 | (tstamp 5986AE30)) 42 | (comp (ref D2) 43 | (value D) 44 | (footprint MYLIB:D3_TH_SMD) 45 | (libsource (lib device) (part D)) 46 | (sheetpath (names /) (tstamps /)) 47 | (tstamp 5986AE36)) 48 | (comp (ref SW3) 49 | (value SW_PUSH) 50 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 51 | (libsource (lib device) (part SW_PUSH)) 52 | (sheetpath (names /) (tstamps /)) 53 | (tstamp 5986B47E)) 54 | (comp (ref D3) 55 | (value D) 56 | (footprint MYLIB:D3_TH_SMD) 57 | (libsource (lib device) (part D)) 58 | (sheetpath (names /) (tstamps /)) 59 | (tstamp 5986B484)) 60 | (comp (ref SW4) 61 | (value SW_PUSH) 62 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 63 | (libsource (lib device) (part SW_PUSH)) 64 | (sheetpath (names /) (tstamps /)) 65 | (tstamp 5986B48A)) 66 | (comp (ref D4) 67 | (value D) 68 | (footprint MYLIB:D3_TH_SMD) 69 | (libsource (lib device) (part D)) 70 | (sheetpath (names /) (tstamps /)) 71 | (tstamp 5986B490)) 72 | (comp (ref SW5) 73 | (value SW_PUSH) 74 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 75 | (libsource (lib device) (part SW_PUSH)) 76 | (sheetpath (names /) (tstamps /)) 77 | (tstamp 5986BAB7)) 78 | (comp (ref D5) 79 | (value D) 80 | (footprint MYLIB:D3_TH_SMD) 81 | (libsource (lib device) (part D)) 82 | (sheetpath (names /) (tstamps /)) 83 | (tstamp 5986BABD)) 84 | (comp (ref SW6) 85 | (value SW_PUSH) 86 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 87 | (libsource (lib device) (part SW_PUSH)) 88 | (sheetpath (names /) (tstamps /)) 89 | (tstamp 5986BAC3)) 90 | (comp (ref D6) 91 | (value D) 92 | (footprint MYLIB:D3_TH_SMD) 93 | (libsource (lib device) (part D)) 94 | (sheetpath (names /) (tstamps /)) 95 | (tstamp 5986BAC9)) 96 | (comp (ref SW7) 97 | (value SW_PUSH) 98 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 99 | (libsource (lib device) (part SW_PUSH)) 100 | (sheetpath (names /) (tstamps /)) 101 | (tstamp 5986C660)) 102 | (comp (ref D7) 103 | (value D) 104 | (footprint MYLIB:D3_TH_SMD) 105 | (libsource (lib device) (part D)) 106 | (sheetpath (names /) (tstamps /)) 107 | (tstamp 5986C666)) 108 | (comp (ref SW8) 109 | (value SW_PUSH) 110 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 111 | (libsource (lib device) (part SW_PUSH)) 112 | (sheetpath (names /) (tstamps /)) 113 | (tstamp 5986C66C)) 114 | (comp (ref D8) 115 | (value D) 116 | (footprint MYLIB:D3_TH_SMD) 117 | (libsource (lib device) (part D)) 118 | (sheetpath (names /) (tstamps /)) 119 | (tstamp 5986C672)) 120 | (comp (ref SW9) 121 | (value SW_PUSH) 122 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 123 | (libsource (lib device) (part SW_PUSH)) 124 | (sheetpath (names /) (tstamps /)) 125 | (tstamp 5986C678)) 126 | (comp (ref D9) 127 | (value D) 128 | (footprint MYLIB:D3_TH_SMD) 129 | (libsource (lib device) (part D)) 130 | (sheetpath (names /) (tstamps /)) 131 | (tstamp 5986C67E)) 132 | (comp (ref SW10) 133 | (value SW_PUSH) 134 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 135 | (libsource (lib device) (part SW_PUSH)) 136 | (sheetpath (names /) (tstamps /)) 137 | (tstamp 5986C684)) 138 | (comp (ref D10) 139 | (value D) 140 | (footprint MYLIB:D3_TH_SMD) 141 | (libsource (lib device) (part D)) 142 | (sheetpath (names /) (tstamps /)) 143 | (tstamp 5986C68A)) 144 | (comp (ref SW11) 145 | (value SW_PUSH) 146 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 147 | (libsource (lib device) (part SW_PUSH)) 148 | (sheetpath (names /) (tstamps /)) 149 | (tstamp 5986C690)) 150 | (comp (ref D11) 151 | (value D) 152 | (footprint MYLIB:D3_TH_SMD) 153 | (libsource (lib device) (part D)) 154 | (sheetpath (names /) (tstamps /)) 155 | (tstamp 5986C696)) 156 | (comp (ref SW12) 157 | (value SW_PUSH) 158 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 159 | (libsource (lib device) (part SW_PUSH)) 160 | (sheetpath (names /) (tstamps /)) 161 | (tstamp 5986C69C)) 162 | (comp (ref D12) 163 | (value D) 164 | (footprint MYLIB:D3_TH_SMD) 165 | (libsource (lib device) (part D)) 166 | (sheetpath (names /) (tstamps /)) 167 | (tstamp 5986C6A2)) 168 | (comp (ref SW13) 169 | (value SW_PUSH) 170 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 171 | (libsource (lib device) (part SW_PUSH)) 172 | (sheetpath (names /) (tstamps /)) 173 | (tstamp 5986C966)) 174 | (comp (ref D13) 175 | (value D) 176 | (footprint MYLIB:D3_TH_SMD) 177 | (libsource (lib device) (part D)) 178 | (sheetpath (names /) (tstamps /)) 179 | (tstamp 5986C96C)) 180 | (comp (ref SW14) 181 | (value SW_PUSH) 182 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 183 | (libsource (lib device) (part SW_PUSH)) 184 | (sheetpath (names /) (tstamps /)) 185 | (tstamp 5986C972)) 186 | (comp (ref D14) 187 | (value D) 188 | (footprint MYLIB:D3_TH_SMD) 189 | (libsource (lib device) (part D)) 190 | (sheetpath (names /) (tstamps /)) 191 | (tstamp 5986C978)) 192 | (comp (ref SW15) 193 | (value SW_PUSH) 194 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 195 | (libsource (lib device) (part SW_PUSH)) 196 | (sheetpath (names /) (tstamps /)) 197 | (tstamp 5986C97E)) 198 | (comp (ref D15) 199 | (value D) 200 | (footprint MYLIB:D3_TH_SMD) 201 | (libsource (lib device) (part D)) 202 | (sheetpath (names /) (tstamps /)) 203 | (tstamp 5986C984)) 204 | (comp (ref SW16) 205 | (value SW_PUSH) 206 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 207 | (libsource (lib device) (part SW_PUSH)) 208 | (sheetpath (names /) (tstamps /)) 209 | (tstamp 5986C98A)) 210 | (comp (ref D16) 211 | (value D) 212 | (footprint MYLIB:D3_TH_SMD) 213 | (libsource (lib device) (part D)) 214 | (sheetpath (names /) (tstamps /)) 215 | (tstamp 5986C990)) 216 | (comp (ref SW17) 217 | (value SW_PUSH) 218 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 219 | (libsource (lib device) (part SW_PUSH)) 220 | (sheetpath (names /) (tstamps /)) 221 | (tstamp 5986C996)) 222 | (comp (ref D17) 223 | (value D) 224 | (footprint MYLIB:D3_TH_SMD) 225 | (libsource (lib device) (part D)) 226 | (sheetpath (names /) (tstamps /)) 227 | (tstamp 5986C99C)) 228 | (comp (ref SW18) 229 | (value SW_PUSH) 230 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 231 | (libsource (lib device) (part SW_PUSH)) 232 | (sheetpath (names /) (tstamps /)) 233 | (tstamp 5986C9A2)) 234 | (comp (ref D18) 235 | (value D) 236 | (footprint MYLIB:D3_TH_SMD) 237 | (libsource (lib device) (part D)) 238 | (sheetpath (names /) (tstamps /)) 239 | (tstamp 5986C9A8)) 240 | (comp (ref SW19) 241 | (value SW_PUSH) 242 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 243 | (libsource (lib device) (part SW_PUSH)) 244 | (sheetpath (names /) (tstamps /)) 245 | (tstamp 5986C9AE)) 246 | (comp (ref D19) 247 | (value D) 248 | (footprint MYLIB:D3_TH_SMD) 249 | (libsource (lib device) (part D)) 250 | (sheetpath (names /) (tstamps /)) 251 | (tstamp 5986C9B4)) 252 | (comp (ref SW20) 253 | (value SW_PUSH) 254 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 255 | (libsource (lib device) (part SW_PUSH)) 256 | (sheetpath (names /) (tstamps /)) 257 | (tstamp 5986C9BA)) 258 | (comp (ref D20) 259 | (value D) 260 | (footprint MYLIB:D3_TH_SMD) 261 | (libsource (lib device) (part D)) 262 | (sheetpath (names /) (tstamps /)) 263 | (tstamp 5986C9C0)) 264 | (comp (ref SW21) 265 | (value SW_PUSH) 266 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 267 | (libsource (lib device) (part SW_PUSH)) 268 | (sheetpath (names /) (tstamps /)) 269 | (tstamp 5986C9C6)) 270 | (comp (ref D21) 271 | (value D) 272 | (footprint MYLIB:D3_TH_SMD) 273 | (libsource (lib device) (part D)) 274 | (sheetpath (names /) (tstamps /)) 275 | (tstamp 5986C9CC)) 276 | (comp (ref SW22) 277 | (value SW_PUSH) 278 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 279 | (libsource (lib device) (part SW_PUSH)) 280 | (sheetpath (names /) (tstamps /)) 281 | (tstamp 5986C9D2)) 282 | (comp (ref D22) 283 | (value D) 284 | (footprint MYLIB:D3_TH_SMD) 285 | (libsource (lib device) (part D)) 286 | (sheetpath (names /) (tstamps /)) 287 | (tstamp 5986C9D8)) 288 | (comp (ref SW23) 289 | (value SW_PUSH) 290 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 291 | (libsource (lib device) (part SW_PUSH)) 292 | (sheetpath (names /) (tstamps /)) 293 | (tstamp 5986C9DE)) 294 | (comp (ref D23) 295 | (value D) 296 | (footprint MYLIB:D3_TH_SMD) 297 | (libsource (lib device) (part D)) 298 | (sheetpath (names /) (tstamps /)) 299 | (tstamp 5986C9E4)) 300 | (comp (ref SW24) 301 | (value SW_PUSH) 302 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 303 | (libsource (lib device) (part SW_PUSH)) 304 | (sheetpath (names /) (tstamps /)) 305 | (tstamp 5986C9EA)) 306 | (comp (ref D24) 307 | (value D) 308 | (footprint MYLIB:D3_TH_SMD) 309 | (libsource (lib device) (part D)) 310 | (sheetpath (names /) (tstamps /)) 311 | (tstamp 5986C9F0)) 312 | (comp (ref R2) 313 | (value R) 314 | (footprint MYLIB:R2) 315 | (libsource (lib device) (part R)) 316 | (sheetpath (names /) (tstamps /)) 317 | (tstamp 5987250A)) 318 | (comp (ref SW33) 319 | (value Reset) 320 | (footprint MYLIB:SW_3.5x6.0_TH) 321 | (libsource (lib device) (part SW_PUSH)) 322 | (sheetpath (names /) (tstamps /)) 323 | (tstamp 59875EC2)) 324 | (comp (ref P5) 325 | (value ICSP) 326 | (footprint MYLIB:MY_SIL-2x3) 327 | (libsource (lib conn) (part CONN_01X06)) 328 | (sheetpath (names /) (tstamps /)) 329 | (tstamp 59876046)) 330 | (comp (ref R1) 331 | (value R) 332 | (footprint MYLIB:R2) 333 | (libsource (lib device) (part R)) 334 | (sheetpath (names /) (tstamps /)) 335 | (tstamp 59889F5A)) 336 | (comp (ref P3) 337 | (value OLED) 338 | (footprint MYLIB:MY_SIL-4) 339 | (libsource (lib conn) (part CONN_01X04)) 340 | (sheetpath (names /) (tstamps /)) 341 | (tstamp 598B49C2)) 342 | (comp (ref P4) 343 | (value LED) 344 | (footprint MYLIB_REV:StripLED_rev) 345 | (libsource (lib conn) (part CONN_01X03)) 346 | (sheetpath (names /) (tstamps /)) 347 | (tstamp 598DBE0E)) 348 | (comp (ref SW26) 349 | (value SW_PUSH) 350 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 351 | (libsource (lib device) (part SW_PUSH)) 352 | (sheetpath (names /) (tstamps /)) 353 | (tstamp 59B8D894)) 354 | (comp (ref D26) 355 | (value D) 356 | (footprint MYLIB:D3_TH_SMD) 357 | (libsource (lib device) (part D)) 358 | (sheetpath (names /) (tstamps /)) 359 | (tstamp 59B8D89A)) 360 | (comp (ref SW27) 361 | (value SW_PUSH) 362 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 363 | (libsource (lib device) (part SW_PUSH)) 364 | (sheetpath (names /) (tstamps /)) 365 | (tstamp 59B8D8A0)) 366 | (comp (ref D27) 367 | (value D) 368 | (footprint MYLIB:D3_TH_SMD) 369 | (libsource (lib device) (part D)) 370 | (sheetpath (names /) (tstamps /)) 371 | (tstamp 59B8D8A6)) 372 | (comp (ref SW28) 373 | (value SW_PUSH) 374 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 375 | (libsource (lib device) (part SW_PUSH)) 376 | (sheetpath (names /) (tstamps /)) 377 | (tstamp 59B8D8AC)) 378 | (comp (ref D28) 379 | (value D) 380 | (footprint MYLIB:D3_TH_SMD) 381 | (libsource (lib device) (part D)) 382 | (sheetpath (names /) (tstamps /)) 383 | (tstamp 59B8D8B2)) 384 | (comp (ref SW29) 385 | (value SW_PUSH) 386 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 387 | (libsource (lib device) (part SW_PUSH)) 388 | (sheetpath (names /) (tstamps /)) 389 | (tstamp 59B8D8B8)) 390 | (comp (ref D29) 391 | (value D) 392 | (footprint MYLIB:D3_TH_SMD) 393 | (libsource (lib device) (part D)) 394 | (sheetpath (names /) (tstamps /)) 395 | (tstamp 59B8D8BE)) 396 | (comp (ref SW30) 397 | (value SW_PUSH) 398 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 399 | (libsource (lib device) (part SW_PUSH)) 400 | (sheetpath (names /) (tstamps /)) 401 | (tstamp 59B8D8C4)) 402 | (comp (ref D30) 403 | (value D) 404 | (footprint MYLIB:D3_TH_SMD) 405 | (libsource (lib device) (part D)) 406 | (sheetpath (names /) (tstamps /)) 407 | (tstamp 59B8D8CA)) 408 | (comp (ref SW31) 409 | (value SW_PUSH) 410 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 411 | (libsource (lib device) (part SW_PUSH)) 412 | (sheetpath (names /) (tstamps /)) 413 | (tstamp 59B8D8D0)) 414 | (comp (ref D31) 415 | (value D) 416 | (footprint MYLIB:D3_TH_SMD) 417 | (libsource (lib device) (part D)) 418 | (sheetpath (names /) (tstamps /)) 419 | (tstamp 59B8D8D6)) 420 | (comp (ref J1) 421 | (value MJ-4PP-9) 422 | (footprint MYLIB_REV:MJ-4PP-9_rev2) 423 | (libsource (lib MYDEVICE) (part MJ-4PP-9)) 424 | (sheetpath (names /) (tstamps /)) 425 | (tstamp 59FDED6F)) 426 | (comp (ref P1) 427 | (value CONN_01X01) 428 | (footprint MYLIB:1PIN_0.1) 429 | (libsource (lib conn) (part CONN_01X01)) 430 | (sheetpath (names /) (tstamps /)) 431 | (tstamp 59FFEBF9)) 432 | (comp (ref P2) 433 | (value CONN_01X01) 434 | (footprint MYLIB:1PIN_0.1) 435 | (libsource (lib conn) (part CONN_01X01)) 436 | (sheetpath (names /) (tstamps /)) 437 | (tstamp 5A004496)) 438 | (comp (ref JP4) 439 | (value GND) 440 | (footprint MYLIB:Jumper) 441 | (libsource (lib MYDEVICE) (part JP2)) 442 | (sheetpath (names /) (tstamps /)) 443 | (tstamp 5A032534)) 444 | (comp (ref JP5) 445 | (value VCC) 446 | (footprint MYLIB:Jumper) 447 | (libsource (lib MYDEVICE) (part JP2)) 448 | (sheetpath (names /) (tstamps /)) 449 | (tstamp 5A035264)) 450 | (comp (ref JP6) 451 | (value SCL) 452 | (footprint MYLIB:Jumper) 453 | (libsource (lib MYDEVICE) (part JP2)) 454 | (sheetpath (names /) (tstamps /)) 455 | (tstamp 5A0354C4)) 456 | (comp (ref JP7) 457 | (value SDA) 458 | (footprint MYLIB:Jumper) 459 | (libsource (lib MYDEVICE) (part JP2)) 460 | (sheetpath (names /) (tstamps /)) 461 | (tstamp 5A035690)) 462 | (comp (ref JP8) 463 | (value SDA) 464 | (footprint MYLIB:Jumper) 465 | (libsource (lib MYDEVICE) (part JP2)) 466 | (sheetpath (names /) (tstamps /)) 467 | (tstamp 5A039B49)) 468 | (comp (ref JP9) 469 | (value SCL) 470 | (footprint MYLIB:Jumper) 471 | (libsource (lib MYDEVICE) (part JP2)) 472 | (sheetpath (names /) (tstamps /)) 473 | (tstamp 5A039B4F)) 474 | (comp (ref JP10) 475 | (value VCC) 476 | (footprint MYLIB:Jumper) 477 | (libsource (lib MYDEVICE) (part JP2)) 478 | (sheetpath (names /) (tstamps /)) 479 | (tstamp 5A039B55)) 480 | (comp (ref JP11) 481 | (value GND) 482 | (footprint MYLIB:Jumper) 483 | (libsource (lib MYDEVICE) (part JP2)) 484 | (sheetpath (names /) (tstamps /)) 485 | (tstamp 5A039B5B)) 486 | (comp (ref SW25) 487 | (value SW_PUSH) 488 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 489 | (libsource (lib device) (part SW_PUSH)) 490 | (sheetpath (names /) (tstamps /)) 491 | (tstamp 5A04BA4A)) 492 | (comp (ref SW32) 493 | (value SW_PUSH) 494 | (footprint MYLIB_REV:MX_ALPS_PG1350_noLed) 495 | (libsource (lib device) (part SW_PUSH)) 496 | (sheetpath (names /) (tstamps /)) 497 | (tstamp 5A04C914)) 498 | (comp (ref D25) 499 | (value D) 500 | (footprint MYLIB:D3_TH_SMD) 501 | (libsource (lib device) (part D)) 502 | (sheetpath (names /) (tstamps /)) 503 | (tstamp 5A04CB0D)) 504 | (comp (ref D32) 505 | (value D) 506 | (footprint MYLIB:D3_TH_SMD) 507 | (libsource (lib device) (part D)) 508 | (sheetpath (names /) (tstamps /)) 509 | (tstamp 5A04CD15)) 510 | (comp (ref U7) 511 | (value SK6812mini) 512 | (footprint MYLIB_REV:SK6812MINI_rev) 513 | (libsource (lib MYDEVICE) (part SK6812mini)) 514 | (sheetpath (names /) (tstamps /)) 515 | (tstamp 5A064873)) 516 | (comp (ref U6) 517 | (value SK6812mini) 518 | (footprint MYLIB_REV:SK6812MINI_rev) 519 | (libsource (lib MYDEVICE) (part SK6812mini)) 520 | (sheetpath (names /) (tstamps /)) 521 | (tstamp 5A07118D)) 522 | (comp (ref U5) 523 | (value SK6812mini) 524 | (footprint MYLIB_REV:SK6812MINI_rev) 525 | (libsource (lib MYDEVICE) (part SK6812mini)) 526 | (sheetpath (names /) (tstamps /)) 527 | (tstamp 5A0752EE)) 528 | (comp (ref U4) 529 | (value SK6812mini) 530 | (footprint MYLIB_REV:SK6812MINI_rev) 531 | (libsource (lib MYDEVICE) (part SK6812mini)) 532 | (sheetpath (names /) (tstamps /)) 533 | (tstamp 5A0760EE)) 534 | (comp (ref U3) 535 | (value SK6812mini) 536 | (footprint MYLIB_REV:SK6812MINI_rev) 537 | (libsource (lib MYDEVICE) (part SK6812mini)) 538 | (sheetpath (names /) (tstamps /)) 539 | (tstamp 5A077EEE)) 540 | (comp (ref U2) 541 | (value SK6812mini) 542 | (footprint MYLIB_REV:SK6812MINI_rev) 543 | (libsource (lib MYDEVICE) (part SK6812mini)) 544 | (sheetpath (names /) (tstamps /)) 545 | (tstamp 5A07921E)) 546 | (comp (ref U13) 547 | (value SK6812mini) 548 | (footprint MYLIB_REV:SK6812MINI_rev) 549 | (libsource (lib MYDEVICE) (part SK6812mini)) 550 | (sheetpath (names /) (tstamps /)) 551 | (tstamp 5A07AF8D)) 552 | (comp (ref U12) 553 | (value SK6812mini) 554 | (footprint MYLIB_REV:SK6812MINI_rev) 555 | (libsource (lib MYDEVICE) (part SK6812mini)) 556 | (sheetpath (names /) (tstamps /)) 557 | (tstamp 5A07AF93)) 558 | (comp (ref U11) 559 | (value SK6812mini) 560 | (footprint MYLIB_REV:SK6812MINI_rev) 561 | (libsource (lib MYDEVICE) (part SK6812mini)) 562 | (sheetpath (names /) (tstamps /)) 563 | (tstamp 5A07AF99)) 564 | (comp (ref U10) 565 | (value SK6812mini) 566 | (footprint MYLIB_REV:SK6812MINI_rev) 567 | (libsource (lib MYDEVICE) (part SK6812mini)) 568 | (sheetpath (names /) (tstamps /)) 569 | (tstamp 5A07AF9F)) 570 | (comp (ref U9) 571 | (value SK6812mini) 572 | (footprint MYLIB_REV:SK6812MINI_rev) 573 | (libsource (lib MYDEVICE) (part SK6812mini)) 574 | (sheetpath (names /) (tstamps /)) 575 | (tstamp 5A07AFA5)) 576 | (comp (ref U8) 577 | (value SK6812mini) 578 | (footprint MYLIB_REV:SK6812MINI_rev) 579 | (libsource (lib MYDEVICE) (part SK6812mini)) 580 | (sheetpath (names /) (tstamps /)) 581 | (tstamp 5A07AFAB)) 582 | (comp (ref U19) 583 | (value SK6812mini) 584 | (footprint MYLIB_REV:SK6812MINI_rev) 585 | (libsource (lib MYDEVICE) (part SK6812mini)) 586 | (sheetpath (names /) (tstamps /)) 587 | (tstamp 5A08A3C2)) 588 | (comp (ref U18) 589 | (value SK6812mini) 590 | (footprint MYLIB_REV:SK6812MINI_rev) 591 | (libsource (lib MYDEVICE) (part SK6812mini)) 592 | (sheetpath (names /) (tstamps /)) 593 | (tstamp 5A08A3C8)) 594 | (comp (ref U17) 595 | (value SK6812mini) 596 | (footprint MYLIB_REV:SK6812MINI_rev) 597 | (libsource (lib MYDEVICE) (part SK6812mini)) 598 | (sheetpath (names /) (tstamps /)) 599 | (tstamp 5A08A3CE)) 600 | (comp (ref U16) 601 | (value SK6812mini) 602 | (footprint MYLIB_REV:SK6812MINI_rev) 603 | (libsource (lib MYDEVICE) (part SK6812mini)) 604 | (sheetpath (names /) (tstamps /)) 605 | (tstamp 5A08A3D4)) 606 | (comp (ref U15) 607 | (value SK6812mini) 608 | (footprint MYLIB_REV:SK6812MINI_rev) 609 | (libsource (lib MYDEVICE) (part SK6812mini)) 610 | (sheetpath (names /) (tstamps /)) 611 | (tstamp 5A08A3DA)) 612 | (comp (ref U14) 613 | (value SK6812mini) 614 | (footprint MYLIB_REV:SK6812MINI_rev) 615 | (libsource (lib MYDEVICE) (part SK6812mini)) 616 | (sheetpath (names /) (tstamps /)) 617 | (tstamp 5A08A3E0)) 618 | (comp (ref U25) 619 | (value SK6812mini) 620 | (footprint MYLIB_REV:SK6812MINI_rev) 621 | (libsource (lib MYDEVICE) (part SK6812mini)) 622 | (sheetpath (names /) (tstamps /)) 623 | (tstamp 5A08A3E6)) 624 | (comp (ref U24) 625 | (value SK6812mini) 626 | (footprint MYLIB_REV:SK6812MINI_rev) 627 | (libsource (lib MYDEVICE) (part SK6812mini)) 628 | (sheetpath (names /) (tstamps /)) 629 | (tstamp 5A08A3EC)) 630 | (comp (ref U23) 631 | (value SK6812mini) 632 | (footprint MYLIB_REV:SK6812MINI_rev) 633 | (libsource (lib MYDEVICE) (part SK6812mini)) 634 | (sheetpath (names /) (tstamps /)) 635 | (tstamp 5A08A3F2)) 636 | (comp (ref U22) 637 | (value SK6812mini) 638 | (footprint MYLIB_REV:SK6812MINI_rev) 639 | (libsource (lib MYDEVICE) (part SK6812mini)) 640 | (sheetpath (names /) (tstamps /)) 641 | (tstamp 5A08A3F8)) 642 | (comp (ref U21) 643 | (value SK6812mini) 644 | (footprint MYLIB_REV:SK6812MINI_rev) 645 | (libsource (lib MYDEVICE) (part SK6812mini)) 646 | (sheetpath (names /) (tstamps /)) 647 | (tstamp 5A08A3FE)) 648 | (comp (ref U20) 649 | (value SK6812mini) 650 | (footprint MYLIB_REV:SK6812MINI_rev) 651 | (libsource (lib MYDEVICE) (part SK6812mini)) 652 | (sheetpath (names /) (tstamps /)) 653 | (tstamp 5A08A404)) 654 | (comp (ref U26) 655 | (value SK6812mini) 656 | (footprint MYLIB_REV:SK6812MINI_rev) 657 | (libsource (lib MYDEVICE) (part SK6812mini)) 658 | (sheetpath (names /) (tstamps /)) 659 | (tstamp 5A08D047)) 660 | (comp (ref U32) 661 | (value SK6812mini) 662 | (footprint MYLIB_REV:SK6812MINI_rev) 663 | (libsource (lib MYDEVICE) (part SK6812mini)) 664 | (sheetpath (names /) (tstamps /)) 665 | (tstamp 5A08E7B9)) 666 | (comp (ref U31) 667 | (value SK6812mini) 668 | (footprint MYLIB_REV:SK6812MINI_rev) 669 | (libsource (lib MYDEVICE) (part SK6812mini)) 670 | (sheetpath (names /) (tstamps /)) 671 | (tstamp 5A08E7BF)) 672 | (comp (ref U30) 673 | (value SK6812mini) 674 | (footprint MYLIB_REV:SK6812MINI_rev) 675 | (libsource (lib MYDEVICE) (part SK6812mini)) 676 | (sheetpath (names /) (tstamps /)) 677 | (tstamp 5A08E7C5)) 678 | (comp (ref U29) 679 | (value SK6812mini) 680 | (footprint MYLIB_REV:SK6812MINI_rev) 681 | (libsource (lib MYDEVICE) (part SK6812mini)) 682 | (sheetpath (names /) (tstamps /)) 683 | (tstamp 5A08E7CB)) 684 | (comp (ref U28) 685 | (value SK6812mini) 686 | (footprint MYLIB_REV:SK6812MINI_rev) 687 | (libsource (lib MYDEVICE) (part SK6812mini)) 688 | (sheetpath (names /) (tstamps /)) 689 | (tstamp 5A08E7D1)) 690 | (comp (ref U27) 691 | (value SK6812mini) 692 | (footprint MYLIB_REV:SK6812MINI_rev) 693 | (libsource (lib MYDEVICE) (part SK6812mini)) 694 | (sheetpath (names /) (tstamps /)) 695 | (tstamp 5A08E7D7)) 696 | (comp (ref U33) 697 | (value SK6812mini) 698 | (footprint MYLIB_REV:SK6812MINI_rev) 699 | (libsource (lib MYDEVICE) (part SK6812mini)) 700 | (sheetpath (names /) (tstamps /)) 701 | (tstamp 5A08EAF5)) 702 | (comp (ref JP2) 703 | (value JP2) 704 | (footprint MYLIB:Jumper) 705 | (libsource (lib MYDEVICE) (part JP2)) 706 | (sheetpath (names /) (tstamps /)) 707 | (tstamp 5A0D4629)) 708 | (comp (ref JP3) 709 | (value JP2) 710 | (footprint MYLIB:Jumper) 711 | (libsource (lib MYDEVICE) (part JP2)) 712 | (sheetpath (names /) (tstamps /)) 713 | (tstamp 5A0D7DF3)) 714 | (comp (ref JP1) 715 | (value JPC2) 716 | (footprint MYLIB:JPC2) 717 | (libsource (lib MYDEVICE) (part JPC2)) 718 | (sheetpath (names /) (tstamps /)) 719 | (tstamp 59FE491D))) 720 | (libparts 721 | (libpart (lib conn) (part CONN_01X01) 722 | (description "Connector 01x01") 723 | (footprints 724 | (fp Pin_Header_Straight_1X01) 725 | (fp Pin_Header_Angled_1X01) 726 | (fp Socket_Strip_Straight_1X01) 727 | (fp Socket_Strip_Angled_1X01)) 728 | (fields 729 | (field (name Reference) P) 730 | (field (name Value) CONN_01X01)) 731 | (pins 732 | (pin (num 1) (name P1) (type passive)))) 733 | (libpart (lib conn) (part CONN_01X03) 734 | (description "Connector 01x03") 735 | (footprints 736 | (fp Pin_Header_Straight_1X03) 737 | (fp Pin_Header_Angled_1X03) 738 | (fp Socket_Strip_Straight_1X03) 739 | (fp Socket_Strip_Angled_1X03)) 740 | (fields 741 | (field (name Reference) P) 742 | (field (name Value) CONN_01X03)) 743 | (pins 744 | (pin (num 1) (name P1) (type passive)) 745 | (pin (num 2) (name P2) (type passive)) 746 | (pin (num 3) (name P3) (type passive)))) 747 | (libpart (lib conn) (part CONN_01X04) 748 | (description "Connector 01x04") 749 | (footprints 750 | (fp Pin_Header_Straight_1X04) 751 | (fp Pin_Header_Angled_1X04) 752 | (fp Socket_Strip_Straight_1X04) 753 | (fp Socket_Strip_Angled_1X04)) 754 | (fields 755 | (field (name Reference) P) 756 | (field (name Value) CONN_01X04)) 757 | (pins 758 | (pin (num 1) (name P1) (type passive)) 759 | (pin (num 2) (name P2) (type passive)) 760 | (pin (num 3) (name P3) (type passive)) 761 | (pin (num 4) (name P4) (type passive)))) 762 | (libpart (lib conn) (part CONN_01X06) 763 | (description "Connector 01x06") 764 | (footprints 765 | (fp Pin_Header_Straight_1X06) 766 | (fp Pin_Header_Angled_1X06) 767 | (fp Socket_Strip_Straight_1X06) 768 | (fp Socket_Strip_Angled_1X06)) 769 | (fields 770 | (field (name Reference) P) 771 | (field (name Value) CONN_01X06)) 772 | (pins 773 | (pin (num 1) (name P1) (type passive)) 774 | (pin (num 2) (name P2) (type passive)) 775 | (pin (num 3) (name P3) (type passive)) 776 | (pin (num 4) (name P4) (type passive)) 777 | (pin (num 5) (name P5) (type passive)) 778 | (pin (num 6) (name P6) (type passive)))) 779 | (libpart (lib device) (part D) 780 | (description Diode) 781 | (footprints 782 | (fp Diode_*) 783 | (fp D-Pak_TO252AA) 784 | (fp *SingleDiode) 785 | (fp *_Diode_*) 786 | (fp *SingleDiode*)) 787 | (fields 788 | (field (name Reference) D) 789 | (field (name Value) D)) 790 | (pins 791 | (pin (num 1) (name K) (type passive)) 792 | (pin (num 2) (name A) (type passive)))) 793 | (libpart (lib MYDEVICE) (part JP2) 794 | (fields 795 | (field (name Reference) J) 796 | (field (name Value) JP2)) 797 | (pins 798 | (pin (num 1) (name G1) (type passive)) 799 | (pin (num 2) (name G2) (type passive)))) 800 | (libpart (lib MYDEVICE) (part JPC2) 801 | (fields 802 | (field (name Reference) JP) 803 | (field (name Value) JPC2)) 804 | (pins 805 | (pin (num 1) (name G1) (type passive)) 806 | (pin (num 2) (name G2) (type passive)))) 807 | (libpart (lib MYDEVICE) (part MJ-4PP-9) 808 | (fields 809 | (field (name Reference) J) 810 | (field (name Value) MJ-4PP-9)) 811 | (pins 812 | (pin (num A) (name ~) (type passive)) 813 | (pin (num B) (name ~) (type passive)) 814 | (pin (num C) (name ~) (type passive)) 815 | (pin (num D) (name ~) (type passive)))) 816 | (libpart (lib MYDEVICE) (part ProMicro) 817 | (fields 818 | (field (name Reference) U) 819 | (field (name Value) ProMicro)) 820 | (pins 821 | (pin (num 1) (name "TXO(PD3)") (type passive)) 822 | (pin (num 2) (name "RXI(PD2)") (type passive)) 823 | (pin (num 3) (name GND) (type passive)) 824 | (pin (num 4) (name GND) (type passive)) 825 | (pin (num 5) (name "D2(PD1)") (type passive)) 826 | (pin (num 6) (name "D3(PD0)") (type passive)) 827 | (pin (num 7) (name "D4(PD4)") (type passive)) 828 | (pin (num 8) (name "D5(PC6)") (type passive)) 829 | (pin (num 9) (name "D6(PD7)") (type passive)) 830 | (pin (num 10) (name "D7(PE6)") (type passive)) 831 | (pin (num 11) (name "D8(PB4)") (type passive)) 832 | (pin (num 12) (name "D9(PB5)") (type passive)) 833 | (pin (num 13) (name "D10(PB6)") (type passive)) 834 | (pin (num 14) (name "MOSI(PB2)") (type passive)) 835 | (pin (num 15) (name "MISO(PB3)") (type passive)) 836 | (pin (num 16) (name "SCK(PB1)") (type passive)) 837 | (pin (num 17) (name "A0(PF7)") (type passive)) 838 | (pin (num 18) (name "A1(PF6)") (type passive)) 839 | (pin (num 19) (name "A2(PF5)") (type passive)) 840 | (pin (num 20) (name "A3(PF4)") (type passive)) 841 | (pin (num 21) (name VCC) (type passive)) 842 | (pin (num 22) (name RESET) (type passive)) 843 | (pin (num 23) (name GND) (type passive)) 844 | (pin (num 24) (name RAW) (type passive)))) 845 | (libpart (lib device) (part R) 846 | (description Resistor) 847 | (footprints 848 | (fp R_*) 849 | (fp Resistor_*)) 850 | (fields 851 | (field (name Reference) R) 852 | (field (name Value) R)) 853 | (pins 854 | (pin (num 1) (name ~) (type passive)) 855 | (pin (num 2) (name ~) (type passive)))) 856 | (libpart (lib MYDEVICE) (part SK6812mini) 857 | (fields 858 | (field (name Reference) U) 859 | (field (name Value) SK6812mini)) 860 | (pins 861 | (pin (num 1) (name DOUT) (type passive)) 862 | (pin (num 2) (name GND) (type passive)) 863 | (pin (num 3) (name DIN) (type passive)) 864 | (pin (num 4) (name VDD) (type passive)))) 865 | (libpart (lib device) (part SW_PUSH) 866 | (description Button) 867 | (fields 868 | (field (name Reference) SW) 869 | (field (name Value) SW_PUSH)) 870 | (pins 871 | (pin (num 1) (name 1) (type passive)) 872 | (pin (num 2) (name 2) (type passive))))) 873 | (libraries 874 | (library (logical conn) 875 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\conn.lib")) 876 | (library (logical MYDEVICE) 877 | (uri "C:\\Users\\pluis\\Documents\\Magic Briefcase\\Documents\\KiCad\\ライブラリ\\MYDEVICE.lib")) 878 | (library (logical device) 879 | (uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\device.lib"))) 880 | (nets 881 | (net (code 1) (name data) 882 | (node (ref U1) (pin 2)) 883 | (node (ref JP1) (pin 1))) 884 | (net (code 2) (name col3) 885 | (node (ref SW16) (pin 1)) 886 | (node (ref SW22) (pin 1)) 887 | (node (ref SW10) (pin 1)) 888 | (node (ref SW4) (pin 1)) 889 | (node (ref U1) (pin 17)) 890 | (node (ref SW29) (pin 1))) 891 | (net (code 3) (name "Net-(U21-Pad1)") 892 | (node (ref U22) (pin 3)) 893 | (node (ref U21) (pin 1))) 894 | (net (code 4) (name "Net-(U20-Pad1)") 895 | (node (ref U21) (pin 3)) 896 | (node (ref U20) (pin 1))) 897 | (net (code 5) (name "Net-(U31-Pad3)") 898 | (node (ref U31) (pin 3)) 899 | (node (ref U32) (pin 1))) 900 | (net (code 6) (name "Net-(U30-Pad3)") 901 | (node (ref U30) (pin 3)) 902 | (node (ref U31) (pin 1))) 903 | (net (code 7) (name "Net-(U29-Pad3)") 904 | (node (ref U29) (pin 3)) 905 | (node (ref U30) (pin 1))) 906 | (net (code 8) (name "Net-(U14-Pad1)") 907 | (node (ref U20) (pin 3)) 908 | (node (ref U14) (pin 1))) 909 | (net (code 9) (name "Net-(U24-Pad1)") 910 | (node (ref U24) (pin 1)) 911 | (node (ref U25) (pin 3))) 912 | (net (code 10) (name "Net-(U23-Pad1)") 913 | (node (ref U23) (pin 1)) 914 | (node (ref U24) (pin 3))) 915 | (net (code 11) (name "Net-(U22-Pad1)") 916 | (node (ref U23) (pin 3)) 917 | (node (ref U22) (pin 1))) 918 | (net (code 12) (name "Net-(JP2-Pad2)") 919 | (node (ref U26) (pin 3)) 920 | (node (ref JP2) (pin 2)) 921 | (node (ref JP3) (pin 2)) 922 | (node (ref U25) (pin 1))) 923 | (net (code 13) (name "Net-(U27-Pad1)") 924 | (node (ref U27) (pin 1))) 925 | (net (code 14) (name "Net-(U28-Pad3)") 926 | (node (ref U28) (pin 3)) 927 | (node (ref U29) (pin 1))) 928 | (net (code 15) (name "Net-(U27-Pad3)") 929 | (node (ref U28) (pin 1)) 930 | (node (ref U27) (pin 3))) 931 | (net (code 16) (name "Net-(JP2-Pad1)") 932 | (node (ref U32) (pin 3)) 933 | (node (ref JP2) (pin 1)) 934 | (node (ref U33) (pin 1))) 935 | (net (code 17) (name "Net-(JP3-Pad1)") 936 | (node (ref U26) (pin 1)) 937 | (node (ref U33) (pin 3)) 938 | (node (ref JP3) (pin 1))) 939 | (net (code 18) (name "Net-(J1-PadA)") 940 | (node (ref P2) (pin 1)) 941 | (node (ref J1) (pin A))) 942 | (net (code 19) (name /ex1) 943 | (node (ref U1) (pin 12))) 944 | (net (code 20) (name /ex2) 945 | (node (ref U1) (pin 13))) 946 | (net (code 21) (name "Net-(U3-Pad3)") 947 | (node (ref U3) (pin 3)) 948 | (node (ref U4) (pin 1))) 949 | (net (code 22) (name "Net-(U6-Pad3)") 950 | (node (ref U7) (pin 1)) 951 | (node (ref U6) (pin 3))) 952 | (net (code 23) (name "Net-(U5-Pad3)") 953 | (node (ref U6) (pin 1)) 954 | (node (ref U5) (pin 3))) 955 | (net (code 24) (name "Net-(U4-Pad3)") 956 | (node (ref U5) (pin 1)) 957 | (node (ref U4) (pin 3))) 958 | (net (code 25) (name "Net-(U2-Pad3)") 959 | (node (ref U3) (pin 1)) 960 | (node (ref U2) (pin 3))) 961 | (net (code 26) (name "Net-(U8-Pad1)") 962 | (node (ref U9) (pin 3)) 963 | (node (ref U8) (pin 1))) 964 | (net (code 27) (name "Net-(U10-Pad3)") 965 | (node (ref U9) (pin 1)) 966 | (node (ref U10) (pin 3))) 967 | (net (code 28) (name "Net-(U10-Pad1)") 968 | (node (ref U10) (pin 1)) 969 | (node (ref U11) (pin 3))) 970 | (net (code 29) (name "Net-(U11-Pad1)") 971 | (node (ref U12) (pin 3)) 972 | (node (ref U11) (pin 1))) 973 | (net (code 30) (name "Net-(JP4-Pad2)") 974 | (node (ref JP8) (pin 2)) 975 | (node (ref P3) (pin 1)) 976 | (node (ref JP4) (pin 2))) 977 | (net (code 31) (name "Net-(JP5-Pad2)") 978 | (node (ref JP9) (pin 2)) 979 | (node (ref P3) (pin 2)) 980 | (node (ref JP5) (pin 2))) 981 | (net (code 32) (name "Net-(U12-Pad1)") 982 | (node (ref U13) (pin 3)) 983 | (node (ref U12) (pin 1))) 984 | (net (code 33) (name "Net-(JP10-Pad2)") 985 | (node (ref P3) (pin 3)) 986 | (node (ref JP10) (pin 2)) 987 | (node (ref JP6) (pin 2))) 988 | (net (code 34) (name "Net-(JP11-Pad2)") 989 | (node (ref JP11) (pin 2)) 990 | (node (ref P3) (pin 4)) 991 | (node (ref JP7) (pin 2))) 992 | (net (code 35) (name "Net-(U14-Pad3)") 993 | (node (ref U14) (pin 3)) 994 | (node (ref U15) (pin 1))) 995 | (net (code 36) (name "Net-(U13-Pad1)") 996 | (node (ref U13) (pin 1)) 997 | (node (ref U19) (pin 3))) 998 | (net (code 37) (name "Net-(U18-Pad3)") 999 | (node (ref U18) (pin 3)) 1000 | (node (ref U19) (pin 1))) 1001 | (net (code 38) (name "Net-(U17-Pad3)") 1002 | (node (ref U18) (pin 1)) 1003 | (node (ref U17) (pin 3))) 1004 | (net (code 39) (name "Net-(U16-Pad3)") 1005 | (node (ref U16) (pin 3)) 1006 | (node (ref U17) (pin 1))) 1007 | (net (code 40) (name "Net-(U15-Pad3)") 1008 | (node (ref U15) (pin 3)) 1009 | (node (ref U16) (pin 1))) 1010 | (net (code 41) (name "Net-(U2-Pad1)") 1011 | (node (ref U2) (pin 1)) 1012 | (node (ref U8) (pin 3))) 1013 | (net (code 42) (name "Net-(D24-Pad2)") 1014 | (node (ref D24) (pin 2)) 1015 | (node (ref SW24) (pin 2))) 1016 | (net (code 43) (name "Net-(D21-Pad2)") 1017 | (node (ref SW21) (pin 2)) 1018 | (node (ref D21) (pin 2))) 1019 | (net (code 44) (name "Net-(D22-Pad2)") 1020 | (node (ref SW22) (pin 2)) 1021 | (node (ref D22) (pin 2))) 1022 | (net (code 45) (name "Net-(D23-Pad2)") 1023 | (node (ref SW23) (pin 2)) 1024 | (node (ref D23) (pin 2))) 1025 | (net (code 46) (name /SCL) 1026 | (node (ref JP6) (pin 1)) 1027 | (node (ref R2) (pin 2)) 1028 | (node (ref U1) (pin 6)) 1029 | (node (ref JP9) (pin 1))) 1030 | (net (code 47) (name "Net-(D16-Pad2)") 1031 | (node (ref SW16) (pin 2)) 1032 | (node (ref D16) (pin 2))) 1033 | (net (code 48) (name "Net-(D17-Pad2)") 1034 | (node (ref D17) (pin 2)) 1035 | (node (ref SW17) (pin 2))) 1036 | (net (code 49) (name "Net-(D18-Pad2)") 1037 | (node (ref D18) (pin 2)) 1038 | (node (ref SW18) (pin 2))) 1039 | (net (code 50) (name "Net-(D19-Pad2)") 1040 | (node (ref SW19) (pin 2)) 1041 | (node (ref D19) (pin 2))) 1042 | (net (code 51) (name "Net-(D20-Pad2)") 1043 | (node (ref D20) (pin 2)) 1044 | (node (ref SW20) (pin 2))) 1045 | (net (code 52) (name row3) 1046 | (node (ref D24) (pin 1)) 1047 | (node (ref D20) (pin 1)) 1048 | (node (ref D19) (pin 1)) 1049 | (node (ref U1) (pin 10)) 1050 | (node (ref D21) (pin 1)) 1051 | (node (ref D23) (pin 1)) 1052 | (node (ref D22) (pin 1)) 1053 | (node (ref D25) (pin 1))) 1054 | (net (code 53) (name "Net-(D1-Pad2)") 1055 | (node (ref SW1) (pin 2)) 1056 | (node (ref D1) (pin 2))) 1057 | (net (code 54) (name "Net-(D2-Pad2)") 1058 | (node (ref SW2) (pin 2)) 1059 | (node (ref D2) (pin 2))) 1060 | (net (code 55) (name "Net-(D3-Pad2)") 1061 | (node (ref SW3) (pin 2)) 1062 | (node (ref D3) (pin 2))) 1063 | (net (code 56) (name "Net-(D4-Pad2)") 1064 | (node (ref SW4) (pin 2)) 1065 | (node (ref D4) (pin 2))) 1066 | (net (code 57) (name "Net-(D5-Pad2)") 1067 | (node (ref D5) (pin 2)) 1068 | (node (ref SW5) (pin 2))) 1069 | (net (code 58) (name row0) 1070 | (node (ref D4) (pin 1)) 1071 | (node (ref D5) (pin 1)) 1072 | (node (ref U1) (pin 7)) 1073 | (node (ref D3) (pin 1)) 1074 | (node (ref D6) (pin 1)) 1075 | (node (ref D2) (pin 1)) 1076 | (node (ref D1) (pin 1))) 1077 | (net (code 59) (name /~RESET) 1078 | (node (ref U1) (pin 22)) 1079 | (node (ref SW33) (pin 2)) 1080 | (node (ref P5) (pin 5))) 1081 | (net (code 60) (name "Net-(D13-Pad2)") 1082 | (node (ref SW13) (pin 2)) 1083 | (node (ref D13) (pin 2))) 1084 | (net (code 61) (name "Net-(D11-Pad2)") 1085 | (node (ref D11) (pin 2)) 1086 | (node (ref SW11) (pin 2))) 1087 | (net (code 62) (name "Net-(D12-Pad2)") 1088 | (node (ref SW12) (pin 2)) 1089 | (node (ref D12) (pin 2))) 1090 | (net (code 63) (name col4) 1091 | (node (ref SW23) (pin 1)) 1092 | (node (ref SW11) (pin 1)) 1093 | (node (ref SW17) (pin 1)) 1094 | (node (ref U1) (pin 16)) 1095 | (node (ref SW5) (pin 1)) 1096 | (node (ref SW30) (pin 1)) 1097 | (node (ref P5) (pin 3))) 1098 | (net (code 64) (name "Net-(D14-Pad2)") 1099 | (node (ref SW14) (pin 2)) 1100 | (node (ref D14) (pin 2))) 1101 | (net (code 65) (name "Net-(D15-Pad2)") 1102 | (node (ref SW15) (pin 2)) 1103 | (node (ref D15) (pin 2))) 1104 | (net (code 66) (name row2) 1105 | (node (ref U1) (pin 9)) 1106 | (node (ref D18) (pin 1)) 1107 | (node (ref D17) (pin 1)) 1108 | (node (ref D16) (pin 1)) 1109 | (node (ref D15) (pin 1)) 1110 | (node (ref D14) (pin 1)) 1111 | (node (ref D13) (pin 1))) 1112 | (net (code 67) (name col5) 1113 | (node (ref U1) (pin 15)) 1114 | (node (ref SW31) (pin 1)) 1115 | (node (ref SW24) (pin 1)) 1116 | (node (ref SW18) (pin 1)) 1117 | (node (ref SW12) (pin 1)) 1118 | (node (ref SW6) (pin 1)) 1119 | (node (ref P5) (pin 1))) 1120 | (net (code 68) (name "Net-(D6-Pad2)") 1121 | (node (ref D6) (pin 2)) 1122 | (node (ref SW6) (pin 2))) 1123 | (net (code 69) (name col0) 1124 | (node (ref SW19) (pin 1)) 1125 | (node (ref SW7) (pin 1)) 1126 | (node (ref U1) (pin 20)) 1127 | (node (ref SW13) (pin 1)) 1128 | (node (ref SW26) (pin 1)) 1129 | (node (ref SW1) (pin 1))) 1130 | (net (code 70) (name "Net-(D7-Pad2)") 1131 | (node (ref SW7) (pin 2)) 1132 | (node (ref D7) (pin 2))) 1133 | (net (code 71) (name col1) 1134 | (node (ref SW14) (pin 1)) 1135 | (node (ref U1) (pin 19)) 1136 | (node (ref SW8) (pin 1)) 1137 | (node (ref SW20) (pin 1)) 1138 | (node (ref SW27) (pin 1)) 1139 | (node (ref SW2) (pin 1))) 1140 | (net (code 72) (name "Net-(D8-Pad2)") 1141 | (node (ref D8) (pin 2)) 1142 | (node (ref SW8) (pin 2))) 1143 | (net (code 73) (name col2) 1144 | (node (ref SW3) (pin 1)) 1145 | (node (ref U1) (pin 18)) 1146 | (node (ref SW15) (pin 1)) 1147 | (node (ref SW28) (pin 1)) 1148 | (node (ref SW21) (pin 1)) 1149 | (node (ref SW9) (pin 1))) 1150 | (net (code 74) (name "Net-(D9-Pad2)") 1151 | (node (ref SW9) (pin 2)) 1152 | (node (ref D9) (pin 2))) 1153 | (net (code 75) (name "Net-(D10-Pad2)") 1154 | (node (ref D10) (pin 2)) 1155 | (node (ref SW10) (pin 2))) 1156 | (net (code 76) (name row1) 1157 | (node (ref D10) (pin 1)) 1158 | (node (ref D12) (pin 1)) 1159 | (node (ref U1) (pin 8)) 1160 | (node (ref D7) (pin 1)) 1161 | (node (ref D11) (pin 1)) 1162 | (node (ref D8) (pin 1)) 1163 | (node (ref D9) (pin 1))) 1164 | (net (code 77) (name LED) 1165 | (node (ref U7) (pin 3)) 1166 | (node (ref P4) (pin 2)) 1167 | (node (ref U1) (pin 1))) 1168 | (net (code 78) (name VCC) 1169 | (node (ref U1) (pin 24)) 1170 | (node (ref U1) (pin 21)) 1171 | (node (ref JP5) (pin 1)) 1172 | (node (ref J1) (pin D)) 1173 | (node (ref U8) (pin 4)) 1174 | (node (ref U18) (pin 4)) 1175 | (node (ref U2) (pin 4)) 1176 | (node (ref JP10) (pin 1)) 1177 | (node (ref U19) (pin 4)) 1178 | (node (ref U3) (pin 4)) 1179 | (node (ref U17) (pin 4)) 1180 | (node (ref U16) (pin 4)) 1181 | (node (ref U4) (pin 4)) 1182 | (node (ref U5) (pin 4)) 1183 | (node (ref U6) (pin 4)) 1184 | (node (ref U7) (pin 4)) 1185 | (node (ref U13) (pin 4)) 1186 | (node (ref U12) (pin 4)) 1187 | (node (ref U11) (pin 4)) 1188 | (node (ref U10) (pin 4)) 1189 | (node (ref U9) (pin 4)) 1190 | (node (ref P4) (pin 1)) 1191 | (node (ref R2) (pin 1)) 1192 | (node (ref U33) (pin 4)) 1193 | (node (ref U27) (pin 4)) 1194 | (node (ref U28) (pin 4)) 1195 | (node (ref U29) (pin 4)) 1196 | (node (ref U30) (pin 4)) 1197 | (node (ref U23) (pin 4)) 1198 | (node (ref U25) (pin 4)) 1199 | (node (ref U14) (pin 4)) 1200 | (node (ref U24) (pin 4)) 1201 | (node (ref P5) (pin 2)) 1202 | (node (ref U15) (pin 4)) 1203 | (node (ref U31) (pin 4)) 1204 | (node (ref U32) (pin 4)) 1205 | (node (ref U26) (pin 4)) 1206 | (node (ref U22) (pin 4)) 1207 | (node (ref U20) (pin 4)) 1208 | (node (ref R1) (pin 1)) 1209 | (node (ref U21) (pin 4))) 1210 | (net (code 79) (name /SDA) 1211 | (node (ref R1) (pin 2)) 1212 | (node (ref JP7) (pin 1)) 1213 | (node (ref U1) (pin 5)) 1214 | (node (ref JP8) (pin 1))) 1215 | (net (code 80) (name col6) 1216 | (node (ref U1) (pin 14)) 1217 | (node (ref P5) (pin 4)) 1218 | (node (ref SW32) (pin 1)) 1219 | (node (ref SW25) (pin 1))) 1220 | (net (code 81) (name "Net-(D25-Pad2)") 1221 | (node (ref D25) (pin 2)) 1222 | (node (ref SW25) (pin 2))) 1223 | (net (code 82) (name "Net-(D32-Pad2)") 1224 | (node (ref D32) (pin 2)) 1225 | (node (ref SW32) (pin 2))) 1226 | (net (code 83) (name GND) 1227 | (node (ref U9) (pin 2)) 1228 | (node (ref J1) (pin C)) 1229 | (node (ref U10) (pin 2)) 1230 | (node (ref JP4) (pin 1)) 1231 | (node (ref P4) (pin 3)) 1232 | (node (ref U11) (pin 2)) 1233 | (node (ref U23) (pin 2)) 1234 | (node (ref U22) (pin 2)) 1235 | (node (ref U6) (pin 2)) 1236 | (node (ref U5) (pin 2)) 1237 | (node (ref U7) (pin 2)) 1238 | (node (ref U4) (pin 2)) 1239 | (node (ref U3) (pin 2)) 1240 | (node (ref P5) (pin 6)) 1241 | (node (ref U30) (pin 2)) 1242 | (node (ref U25) (pin 2)) 1243 | (node (ref U14) (pin 2)) 1244 | (node (ref SW33) (pin 1)) 1245 | (node (ref U24) (pin 2)) 1246 | (node (ref U31) (pin 2)) 1247 | (node (ref U32) (pin 2)) 1248 | (node (ref U1) (pin 23)) 1249 | (node (ref U26) (pin 2)) 1250 | (node (ref U20) (pin 2)) 1251 | (node (ref U21) (pin 2)) 1252 | (node (ref U1) (pin 4)) 1253 | (node (ref U18) (pin 2)) 1254 | (node (ref U8) (pin 2)) 1255 | (node (ref U19) (pin 2)) 1256 | (node (ref U29) (pin 2)) 1257 | (node (ref U1) (pin 3)) 1258 | (node (ref U17) (pin 2)) 1259 | (node (ref U16) (pin 2)) 1260 | (node (ref U15) (pin 2)) 1261 | (node (ref U13) (pin 2)) 1262 | (node (ref U12) (pin 2)) 1263 | (node (ref JP11) (pin 1)) 1264 | (node (ref U33) (pin 2)) 1265 | (node (ref U27) (pin 2)) 1266 | (node (ref U28) (pin 2)) 1267 | (node (ref U2) (pin 2))) 1268 | (net (code 84) (name "Net-(D26-Pad2)") 1269 | (node (ref D26) (pin 2)) 1270 | (node (ref SW26) (pin 2))) 1271 | (net (code 85) (name "Net-(D27-Pad2)") 1272 | (node (ref SW27) (pin 2)) 1273 | (node (ref D27) (pin 2))) 1274 | (net (code 86) (name "Net-(J1-PadB)") 1275 | (node (ref JP1) (pin 2)) 1276 | (node (ref P1) (pin 1)) 1277 | (node (ref J1) (pin B))) 1278 | (net (code 87) (name "Net-(D30-Pad2)") 1279 | (node (ref D30) (pin 2)) 1280 | (node (ref SW30) (pin 2))) 1281 | (net (code 88) (name "Net-(D28-Pad2)") 1282 | (node (ref D28) (pin 2)) 1283 | (node (ref SW28) (pin 2))) 1284 | (net (code 89) (name "Net-(D29-Pad2)") 1285 | (node (ref D29) (pin 2)) 1286 | (node (ref SW29) (pin 2))) 1287 | (net (code 90) (name "Net-(D31-Pad2)") 1288 | (node (ref SW31) (pin 2)) 1289 | (node (ref D31) (pin 2))) 1290 | (net (code 91) (name row4) 1291 | (node (ref D30) (pin 1)) 1292 | (node (ref D31) (pin 1)) 1293 | (node (ref U1) (pin 11)) 1294 | (node (ref D29) (pin 1)) 1295 | (node (ref D28) (pin 1)) 1296 | (node (ref D26) (pin 1)) 1297 | (node (ref D27) (pin 1)) 1298 | (node (ref D32) (pin 1))))) -------------------------------------------------------------------------------- /PCB/beta/helix.pro: -------------------------------------------------------------------------------- 1 | update=2017/08/06 11:29:57 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [eeschema] 27 | version=1 28 | LibDir=../ライブラリ 29 | [eeschema/libraries] 30 | LibName1=power 31 | LibName2=device 32 | LibName3=transistors 33 | LibName4=conn 34 | LibName5=linear 35 | LibName6=regul 36 | LibName7=74xx 37 | LibName8=cmos4000 38 | LibName9=adc-dac 39 | LibName10=memory 40 | LibName11=xilinx 41 | LibName12=microcontrollers 42 | LibName13=dsp 43 | LibName14=microchip 44 | LibName15=analog_switches 45 | LibName16=motorola 46 | LibName17=texas 47 | LibName18=intel 48 | LibName19=audio 49 | LibName20=interface 50 | LibName21=digital-audio 51 | LibName22=philips 52 | LibName23=display 53 | LibName24=cypress 54 | LibName25=siliconi 55 | LibName26=opto 56 | LibName27=atmel 57 | LibName28=contrib 58 | LibName29=valves 59 | LibName30=C:/Users/pluis/Documents/Magic Briefcase/Documents/KiCad/ライブラリ/MYDEVICE 60 | [general] 61 | version=1 62 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Helix 2 | 3 | ![Helix](https://i.imgur.com/XBAmynN.jpg) 4 | 5 | A compact split ortholinear keyboard. 6 | 7 | ## Documents 8 | 9 | * Build Guide - [JP](/Doc/buildguide_jp.md), [EN](/Doc/buildguide_en.md) 10 | * Firmware - [JP](/Doc/firmware_jp.md), [EN](/Doc/firmware_en.md) 11 | * Usage - [JP](/Doc/usage_jp.md), [EN](/Doc/usage_en.md) 12 | 13 | 14 | ## Tool & Data 15 | 16 | * [PCB Data](/PCB) 17 | * [Case Data](/Case) 18 | * [Font Converter](/FontConverter) 19 | --------------------------------------------------------------------------------