| | Spybots communication Adam Kowalski
| | | Hello, how can I establish communication between Spybots. Ive found SendSpybotMessage function in extended John Hansens spybot api, but I dont know how to use it. I want to use two spybots to build one robot, so I need two way communication (...) (21 years ago, 22-Feb-04, to lugnet.robotics.spybotics)
| | | | | | | | Re: Spybots communication John Hansen
| | | | | (...) To send and receive IR or VLL messages using NQC and Spybots you would write a program something like this: #define VLLEvent 1 #define MessageEvent 2 void DebugOut(const int &x) { SetLED(LED_MODE_ON, (x & 0x17) | ((x & 8) * 4) | ((x & 32) / (...) (21 years ago, 16-Mar-04, to lugnet.robotics.spybotics)
| | | | | | |