Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: pixy2.cpp
- Revision:
- 16:f84b0f970c3e
- Parent:
- 14:c0eda1e35a00
- Child:
- 18:190e3987e274
--- 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;}