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: DM_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
Diff: Bios/BiosLoader.h
- Revision:
- 28:8ae20cb0b943
- Parent:
- 22:1a58a518435c
- Child:
- 31:d47cffcb0a3e
--- a/Bios/BiosLoader.h Fri Jan 23 13:48:44 2015 +0100 +++ b/Bios/BiosLoader.h Fri Jan 23 17:31:56 2015 +0100 @@ -40,8 +40,10 @@ } + void getMacAddress(char mac[6]); bool isKnownSPIFIMemory(uint8_t mfgr, uint8_t devType, uint8_t devID, uint32_t memSize, uint32_t* eraseBlockSize); - + void handleI2CInterrupt(); + friend class BiosDisplay; friend class BiosTouch; friend class DMBoard;