added serial text brick using ascii characters
This commit is contained in:
@@ -5,5 +5,8 @@ datablock fxDTSBrickData(LogicGate_AND_Data : LogicGate_OR_Data)
|
||||
logicUIName = "AND";
|
||||
logicUIDesc = "C is true if A and B are true";
|
||||
logicUpdate = "return function(gate) gate.ports[3]:setstate(gate.ports[1].state and gate.ports[2].state) end";
|
||||
|
||||
logicForceColor = "YELLOW";
|
||||
logicForcePrint = "ANDGATE";
|
||||
};
|
||||
lualogic_registergatedefinition("LogicGate_AND_Data");
|
||||
|
||||
Reference in New Issue
Block a user