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 C12832 EndpointMain-rfid EthernetInterface Logger StatusReporter-df2014 mbed-rtos mbed
Fork of df-2014-workshop-rfid-case-generator-k64f by
Diff: main.cpp
- Revision:
- 28:892a6668365f
- Parent:
- 27:9bb430dd6c07
- Child:
- 29:a1067f9eb41c
diff -r 9bb430dd6c07 -r 892a6668365f main.cpp
--- a/main.cpp Sun Sep 07 22:19:30 2014 +0000
+++ b/main.cpp Sun Sep 07 22:23:53 2014 +0000
@@ -44,19 +44,6 @@
// HARD RESET
extern "C" void HardFault_Handler() { NVIC_SystemReset(); }
-// WEAK Function for debugging
-extern "C" void mbed_mac_address(char * mac) {
- mac[0] = 0x44;
- mac[1] = 0x45;
- mac[2] = 0x56;
- mac[3] = 0x67;
- mac[4] = 0x78;
- mac[5] = 0x89;
- pc.printf("MAC " );
- for(int i=0;i<6;++i) pc.printf(":%.2x",mac[i]);
- pc.printf("\r\n");
-}
-
// Main Task...
void mainTask(void const *v) {
// create our object instances

