(ndsWords)
| 41 | print"------ SAME FOUND!!!!!!" |
| 42 | |
| 43 | def ndsSay(ndsWords):#----------Function for talking |
| 44 | print ndsWords#-------------DEBUG! print word to say in Idle. |
| 45 | zcmd='espeak "'+ndsWords+'"'#concatinate the command |
| 46 | f=os.popen(zcmd)#------------send the command to terminal. |
| 47 | |
| 48 | def BluetoothScan():#-----------------------Performs the actual scan for Bluetooth Devices |
| 49 | f = os.popen("hcitool scan")#-----------Sends the command to the terminal |