Ping mapping
I was searching around and ran into post·I believe it was on here, that had the Ping sensor, and used it to display what is was seeing through the TV or VGA port. Can anyone point me to that direction. Thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔

Comments
Here's the link: http://forums.parallax.com/showthread.php?p=590115
Post Edited (Mike Green) : 5/15/2010 2:36:03 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
PRI pingScan servo.set(pServo, 1500) repeat SERVO.SetRamp(pServo, 2000, 1000) 'Pan Servo repeat 1500000 'Do nothing here just to wait for background ramping to complete SERVO.SetRamp(pServo, 1000, 1000) 'Pan Servo repeat 1500000but I am forgetful and havent coded in awhile how would you do this manually? This is what I have so far
PRI scan | servoPos servo.set(pServo, 1500) repeat servoPos from 1500 to 2000 step 200 servo.set(pServo, servoPos)Trying to get it to scan the full 180 degrees
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔