diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-12-17 02:20:30 -0500 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-12-17 02:20:30 -0500 |
commit | ec25fd83415d0ecb49f41295af3dc30f14850b2f (patch) | |
tree | 59fe699656e75a52e6665b385907b86cc0b89c16 /mesecons_fpga/doc/fpga/description.html | |
parent | 856b86858ebfa4af2c352b022188f82dcff7ed92 (diff) | |
download | dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.tar dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.tar.gz dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.tar.bz2 dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.tar.xz dreambuilder_modpack-ec25fd83415d0ecb49f41295af3dc30f14850b2f.zip |
update biome_lib, digilines, hotbar, mesecons, pipeworks,
ropes, technic, unified inventory, unified dyes, vines, and worldedit
Diffstat (limited to 'mesecons_fpga/doc/fpga/description.html')
-rw-r--r-- | mesecons_fpga/doc/fpga/description.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_fpga/doc/fpga/description.html b/mesecons_fpga/doc/fpga/description.html index be6bd65..95177b2 100644 --- a/mesecons_fpga/doc/fpga/description.html +++ b/mesecons_fpga/doc/fpga/description.html @@ -1,5 +1,5 @@ FPGAs can be used to chain multiple logic gates together in a compact manner. They come with 4 I/O ports and 10 internal registers, -which can then be connected with eachother to form logic circuits.<br /> +which can then be connected with each other to form logic circuits.<br /> Supported gate types: <b>AND</b>, <b>OR</b>, <b>NOT</b>, <b>XOR</b>, <b>NAND</b>, <b>XNOR</b>, <b>Buffer</b> (=)<br /> I/O ports: <b>A B C D</b>; Registers: numbered <b>0</b> to <b>9</b> |