Theo Le Paih / Mbed 2 deprecated Lib_Pixy2

Dependencies:   mbed

Revision:
16:f84b0f970c3e
Parent:
14:c0eda1e35a00
Child:
18:190e3987e274
diff -r c6e090cff722 -r f84b0f970c3e pixy2.cpp
--- a/pixy2.cpp	Tue Mar 12 17:50:43 2019 +0000
+++ b/pixy2.cpp	Tue Mar 12 18:02:48 2019 +0000
@@ -672,8 +672,8 @@
 T_pixy2ErrorCode PIXY2::pixy2_getMainFeature (Byte features){return PIXY2_OK;}
 T_pixy2ErrorCode PIXY2::pixy2_getAllFeature (Byte features){return PIXY2_OK;}
 T_pixy2ErrorCode PIXY2::pixy2_setMode (Byte mode){return PIXY2_OK;}
-T_pixy2ErrorCode PIXY2::pixy2_setNexTurn (Word angle){return PIXY2_OK;}
-T_pixy2ErrorCode PIXY2::pixy2_setDefaultTurn (Word angle){return PIXY2_OK;}
+T_pixy2ErrorCode PIXY2::pixy2_setNexTurn (sWord angle){return PIXY2_OK;}
+T_pixy2ErrorCode PIXY2::pixy2_setDefaultTurn (sWord angle){return PIXY2_OK;}
 T_pixy2ErrorCode PIXY2::pixy2_setVector (Byte vectorIndex){return PIXY2_OK;}
 T_pixy2ErrorCode PIXY2::pixy2_ReverseVector (void){return PIXY2_OK;}
 T_pixy2ErrorCode PIXY2::pixy2_getRGB (Word x, Word y, Byte saturate, T_pixy2Pixel *pixel){return PIXY2_OK;}