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

Dependencies:   mbed

Revision:
0:2c68f41f803d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Jul 14 23:44:15 2011 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "MaxbotixLV.h"
+    
+int main() {
+    
+    while(1) {
+    }
+}