| | Re: How to use TowerApi.dll without TowerApi.lib
|
|
Hi, again ! I am sorry. I uploaded the imperfect file. I changed the USB LEGO Tower setup and have examined in the state where it is not a standard. Already, I fixed the bug, please download again. (...) (22 years ago, 1-Feb-03, to lugnet.robotics.rcx, lugnet.robotics.spybotics, lugnet.technic.bionicle)
|
|
| | growing API file for Spybot/NQC/Brickcc
|
|
Hello all, I append all the API information wich I found into one file and a little more functionality gets available ! Have fun ! //API Spybotics to program in NQC/BrickCC // A part "borrowed" from Mark Ferris,André Koopman #if defined(__SPY) // (...) (22 years ago, 30-Jan-03, to lugnet.robotics.spybotics)
|
|
| | Re: Led display on Spybot
|
|
(...) #if defined(__SPY) //LED display effects (0 to 7) #define displayLedNone -1 #define displayLedScan 0 #define displayLedSparkle 1 #define displayLedFlash 2 #define displayLedRedToGreen 3 #define displayLedGreenToRed 4 #define (...) (22 years ago, 28-Jan-03, to lugnet.robotics.spybotics)
|
|
| | Led display on Spybot
|
|
Hello all, After a few hours I now understand a little bit about the ROM routines inside the Spybot. To reach the 7 LED's on top of the bot you have to call sub 42. There are 8 different way's the Led's will blink. To program the bot in BrickCC you (...) (22 years ago, 28-Jan-03, to lugnet.robotics.spybotics)
|
|
| | How to react to controller with NQC?
|
|
Hi all, I'm looking for a way to react to Spybots IR controller using NQC. When I scan through the spybot.h in \Program Files\LEGO Software\Products\Sp...cs\Include I find many lines containing "message". However, looking at the NQC documentation (...) (22 years ago, 6-Jan-03, to lugnet.robotics.spybotics)
|