ok

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

Fork of pixy by Arcadie Cracan

Revision:
2:4bc00ec184a8
Parent:
0:ed8dc4531ac1
--- 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() {