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: mbed
Diff: main.cpp
- Revision:
- 19:812c3572622a
- Parent:
- 0:736c76a75def
--- a/main.cpp Thu Sep 12 09:51:42 2019 +0000 +++ b/main.cpp Fri May 07 08:31:36 2021 +0000 @@ -26,6 +26,7 @@ #include "FATFileSystem.h" #include "User.h" + int MassStorage_ReadCapacity(int device, u32* blockCount, u32* blockSize); int MassStorage_Read(int device, u32 blockAddr, u32 blockCount, u8* dst, u32 blockSize); int MassStorage_Write(int device, u32 blockAddr, u32 blockCount, u8* dst, u32 blockSize); @@ -103,6 +104,7 @@ */ Serial pc(USBTX, USBRX); + int GetConsoleChar() { if (!pc.readable())