I remember hearing something about communication between Links when it was released, possibly via IR? How should I go about doing this? I looked in the Documentation and workshop slides, and I couldn't really find anything. All I want to do is send a small piece of information (like "1" or "0") to the other Link indicating that a process is done.
Thanks.
Last I knew it wasn't implemented yet in libkovan. They might have it now though.
what i would do is search it online. if you have heard of it, other people have heard of it, and they might have posted something about it.
https://github.com/kipr/libkovan/blob/master/include/kovan/ir.h is the c code for using the ir sensor
vhttps://github.com/kipr/libkovan/blob/master/include/kovan/ir.hpp is the cpp code for using the ir sensor