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: lib_Transmission
Diff: main.h
- Revision:
- 8:bea3564ffb56
- Parent:
- 7:b4b3cd7f18da
- Child:
- 10:0ab5c8865667
--- a/main.h Wed Mar 17 14:01:51 2021 +0000 +++ b/main.h Tue Apr 27 13:14:01 2021 +0000 @@ -5,15 +5,12 @@ #include "mbed.h" #include "lib_Transmission.h" -BusOut Led(LED1, LED2, LED3); #if MBED_MAJOR_VERSION > 5 UnbufferedSerial pc(USBTX, USBRX, 230400); #else Serial pc(USBTX, USBRX, 230400); #endif -EthernetInterface eth; -USBCDC usb(false); string processing(string); -Transmission transmission(&pc, &usb, ð, &processing); +Transmission transmission(&pc, &processing); #endif \ No newline at end of file