So I’ve been using getValueReceivedOnFace(f), setValueSentOnAllFaces(63), and
setValueSentOnFace(63, 0) for both my values and datagrams. I noticed on the API Cheat Sheet there are some functions under “datagrams” similar to the ones above I mentioned that are listed under “communication”. I didn’t find anything other than an issue someone had with timing when I searched for the datagram functions.
Is there any advantage to using them over their “communication” (aka “value”) counterparts?
Maybe being able to send more than a 6 bit datagram ???
Is there any documentation on these API Cheat Sheet “Datagrams” functions? Or maybe a tutorial I maybe overlooked?
Thanks for any help or insight you can provide.
PS: I’ve had a blast coding my Blinks over the past 5 weeks