Created
November 20, 2011 16:30
-
-
Save KOBA789/1380442 to your computer and use it in GitHub Desktop.
電磁リレーシミュレータのソースコード
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #1bit + 1bit の加算回路(XOR) | |
| -C(R1 L)A-B(R2 L)C-A(L1)C- | |
| (R1 L)B-A(R2 L) | |
| -C(R1 R)A-C(R2 R)A-A(L2)C- | |
| #ハンドアセンブルしたもの | |
| ['VCC', 'R1LC'] | |
| ['R1LA', 'R2LB'] | |
| ['R2LC', 'L1A'] | |
| ['L1C', 'GND'] | |
| ['R1LB', 'R2LA'] | |
| ['R1RC', 'R1RA'] | |
| ['R2RC', 'R2RA'] | |
| ['R2RA', 'L2A'] | |
| ['L2C', 'GND'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment