the MaxbotixLV sonar sensor interface software for analog. i2c and pwm will be added later.

Dependencies:   mbed

Committer:
kaushalpkk
Date:
Thu Jul 14 23:44:15 2011 +0000
Revision:
0:2c68f41f803d
Initial release works on the analog outputs from the sensor..
i2c and PWM will be added soon.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kaushalpkk 0:2c68f41f803d 1 #include "mbed.h"
kaushalpkk 0:2c68f41f803d 2 #include "MaxbotixLV.h"
kaushalpkk 0:2c68f41f803d 3
kaushalpkk 0:2c68f41f803d 4 int main() {
kaushalpkk 0:2c68f41f803d 5
kaushalpkk 0:2c68f41f803d 6 while(1) {
kaushalpkk 0:2c68f41f803d 7 }
kaushalpkk 0:2c68f41f803d 8 }