Simple Hello World for the SRF05 library

Dependencies:   mbed SRF05

Revision:
1:bbd86529ab7d
Parent:
0:d87132986e8f
diff -r d87132986e8f -r bbd86529ab7d main.cpp
--- a/main.cpp	Fri Nov 19 22:36:20 2010 +0000
+++ b/main.cpp	Fri Feb 14 14:40:12 2020 +0000
@@ -3,7 +3,7 @@
 #include "mbed.h"
 #include "SRF05.h"
 
-SRF05 srf(p13, p14);
+SRF05 srf(PA_13, PA_14);
  
 int main() { 
      while(1) {