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.
Dependencies: BufferedSerial FatFileSystemCpp mbed
Diff: VIPSSerialProtocol.cpp
- Revision:
- 57:ba6f516d93b9
- Parent:
- 49:df05784d9a5c
- Child:
- 65:8ee40ed9295b
- Child:
- 66:066b16c6c34f
--- a/VIPSSerialProtocol.cpp Tue Aug 31 12:15:37 2021 +0000
+++ b/VIPSSerialProtocol.cpp Fri Sep 03 08:43:37 2021 +0000
@@ -354,10 +354,10 @@
if ( ( ( testValue & 0x400) == 0x400) && (!hyperSmoothEnabled)) {
EnableSmoothing(true);
- pc.write("Auto HS On\r\n", 12);
+ //pc.write("Auto HS On\r\n", 12);
} else if ( ( ( testValue & 0x400) != 0x400) && (hyperSmoothEnabled)) {
EnableSmoothing(false);
- pc.write("Auto HS Off\r\n", 13);
+ //pc.write("Auto HS Off\r\n", 13);
} //Auto Hypersmooth
}