Logic Block Help Files

Issue #27 resolved
Christopher Dotson created an issue

Suggested:

  • AND: This block sends out a value of 1 when both inputs are 1. Otherwise it will output a value of 0.
  • OR: This block sends out a value of 1 when either or both inputs are 1. It will output a value of 0 only when both inputs are 0.
  • NOT: This block sends out a value of 1 when the Input is 0. It sends out a value of 0 when the Input is any non-zero value.
  • XOR: This block sends out a value of 1 when only one Input is 1. It will send out a value of 0 when both Inputs are 1 or both are 0.

Comments (1)

  1. Log in to comment