Subdirectory provided by Embedded Artists
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Dependents: lpc4088_displaymodule_hello_world_Sept_2018
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;