ok

Dependents:   pixy2 pixy2_10_0042 0000Non_stop_code_v1 0000Non_stop_code_v3 ... more

Fork of pixy by Arcadie Cracan

Files at this revision

API Documentation at this revision

Comitter:
pirottealex
Date:
Thu Feb 08 19:34:59 2018 +0000
Parent:
1:e7cb59aaf759
Commit message:
mm

Changed in this revision

PixyLinkUART.h Show annotated file Show diff for this revision Revisions of this file
diff -r e7cb59aaf759 -r 4bc00ec184a8 PixyLinkUART.h
--- a/PixyLinkUART.h	Thu Jun 08 20:04:08 2017 +0000
+++ b/PixyLinkUART.h	Thu Feb 08 19:34:59 2018 +0000
@@ -9,7 +9,7 @@
 public:
     PixyLinkUART(PinName tx, PinName rx) :
         Serial(tx, rx) {
-        baud(19200);
+        baud(38400);
     };
 
     virtual uint16_t getWord() {