| | Led display on Spybot André Koopman
| | | 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)
| | | | | | | | Re: Led display on Spybot André Koopman
| | | | | (...) #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)
| | | | | | |