'Bambino-00 SERTXD("B00",CR) 'report program number @4800baud 'In View,Options,Editor set the Serial Terminal to open after a download 'or open the Serial Terminal and turn on Bambino. #PicAxe 20M2 #no_data 'Bambino-00 all off, no activity so can probe board for voltages '----------------------------------------------------------------- Rationale: 'With Bambino moving about it is very difficult to test the control 'board so we start off with a program which does nothing. 'Bambinos with ready built boards should never need this program. '================================================================= SYMBOL VoiceLedpin_ =c.5 'low =>LED on SYMBOL eyeLedLpin_ =c.2 'low =>LED on SYMBOL eyeLedRpin_ =b.1 'low =>LED on SYMBOL GwhiskerLedLpin_ =c.3 'low =>Ground whisker LED on SYMBOL GwhiskerLedRpin_ =b.3 'low =>Ground whisker LED on END 'all off, no activity so can probe board for voltages '=================================================================