C Library for mbedWSE project based single board computer for hardware peripherals

Fork of mbedWSEsbc by Joseph Bradshaw

Files at this revision

API Documentation at this revision

Comitter:
jdawkins
Date:
Wed Apr 19 19:47:32 2017 +0000
Parent:
12:9041603c430e
Commit message:
Code for Remote Estimation Lab

Changed in this revision

mbedWSEsbc.h Show annotated file Show diff for this revision Revisions of this file
diff -r 9041603c430e -r aee622f9afd8 mbedWSEsbc.h
--- a/mbedWSEsbc.h	Tue Feb 10 16:14:18 2015 +0000
+++ b/mbedWSEsbc.h	Wed Apr 19 19:47:32 2017 +0000
@@ -363,7 +363,7 @@
     mot_en1.period_us(50);   //20KHz for DC motor control PWM
     pc.baud(pcbaud); //Set up serial port baud rate
     pc.printf("\r\n");
-    xbee.baud(9600);
+    xbee.baud(115200);
     
     LS7366_reset_counter(1);
     LS7366_quad_mode_x4(1);