/**
* Wire. out = in.
*/
CHIP Wire {
IN in;
OUT out;
BUILTIN Wire;
}
In fact, I wrote this part using Not-Not, as above, to get around the "sub-bus of an internal bus" problem before I realized the correct way to solve that problem.
--Mark
| Free forum by Nabble | Edit this page |