Electric Skateboard using Wi-Fi controller.

Dependencies:   Servo WizFi250Interface mbed

Files at this revision

API Documentation at this revision

Comitter:
kaizen
Date:
Wed Nov 18 23:12:23 2015 +0000
Parent:
1:a710607c27cd
Commit message:
Changed Antenna option for skateboard

Changed in this revision

WizFi250Interface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/WizFi250Interface.lib	Thu Oct 29 06:52:12 2015 +0000
+++ b/WizFi250Interface.lib	Wed Nov 18 23:12:23 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/kaizen/code/WizFi250Interface/#86e26540cc84
+http://mbed.org/users/kaizen/code/WizFi250Interface/#f29dd1d06e89
--- a/main.cpp	Thu Oct 29 06:52:12 2015 +0000
+++ b/main.cpp	Wed Nov 18 23:12:23 2015 +0000
@@ -54,7 +54,7 @@
     green_led = 1; red_led = 1; blue_led = 1;
 
     wizfi250.init();
-    wizfi250.setAntMode(WizFi250::PCB);
+    wizfi250.setAntMode(WizFi250::UFL);
     wizfi250.setAddress("192.168.100.2","255.255.255.0","192.168.100.1");
     if ( wizfi250.connect(SECURE, SSID, PASS, WizFi250::WM_AP))
     {
--- a/mbed.bld	Thu Oct 29 06:52:12 2015 +0000
+++ b/mbed.bld	Wed Nov 18 23:12:23 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/9296ab0bfc11
\ No newline at end of file