in the c'tor I added: hardwareChobit.setKokoro(logicChobit.getKokoro());
both chobits now use the same kokoro object. this means logical skills and hardware skills can communicate.
this offers benefits:
reduction in code to write
binding certain skills to certain outputs and post processing
revere communication from hardware skills.(awareness of sensors for example).
both chobits now use the same kokoro object. this means logical skills and hardware skills can communicate.
this offers benefits:
reduction in code to write
binding certain skills to certain outputs and post processing
revere communication from hardware skills.(awareness of sensors for example).