Port of Programmable Logic lesson for Logic Lab course (#2359)

* port of programmable logic lesson

* trigger rebuild

* express as logical equation in snippet

* go logical for snippet inputs
This commit is contained in:
Galen Nickel
2019-09-03 13:32:31 -07:00
committed by Peli de Halleux
parent 82386e8144
commit 37a1c27d58
15 changed files with 233 additions and 0 deletions

View File

@ -12,3 +12,4 @@ These topic sections teach you about applying logic to conditions and using Bool
* [Boolean Elements](/courses/logic-lab/elements)
* [Logic Explorer](/courses/logic-lab/explorer)
* [Logic Gates](/courses/logic-lab/logic-gates)
* [Programmable Logic](/courses/logic-lab/programmable)