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.h
- Revision:
- 23:d6bbc4ec1f22
- Parent:
- 22:5f76404e2cbc
- Child:
- 24:b59f85cbc597
--- a/pixy2.h Thu Nov 21 08:31:58 2019 +0000
+++ b/pixy2.h Thu Nov 21 08:34:07 2019 +0000
@@ -375,7 +375,7 @@
* \code{.cpp}
* PIXY2 myPixy(UART_TX, UART_RX);
* T_pixy2Version *pixyVersion;
- *
+ * ...
* while(1) {
* if( myPixy.pixy2_getVersion(&pixyVersion) == PIXY2_OK ) {
* printf("myPixy's version : %s\n\r", pixyVersion->pixHFString);