Skip to content

Instantly share code, notes, and snippets.

@KOBA789
Created November 20, 2011 16:30
Show Gist options
  • Select an option

  • Save KOBA789/1380442 to your computer and use it in GitHub Desktop.

Select an option

Save KOBA789/1380442 to your computer and use it in GitHub Desktop.
電磁リレーシミュレータのソースコード
#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