ok

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

Fork of pixy by Arcadie Cracan

Revision:
1:e7cb59aaf759
Parent:
0:ed8dc4531ac1
--- a/Pixy.h	Sun Nov 16 11:52:55 2014 +0000
+++ b/Pixy.h	Thu Jun 08 20:04:08 2017 +0000
@@ -22,6 +22,7 @@
 public:
     enum LinkType {SPI, I2C, UART};
     Pixy(LinkType linkType, PinName mosi_sda_tx, PinName miso_scl_rx, PinName sclk = NC);
+    Pixy(PinName tx, PinName rx);
     ~Pixy();
     uint16_t getBlocks(uint16_t maxBlocks=1000);
     int8_t setServos(uint16_t s0, uint16_t s1);