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: SDFileSystem app epson mbed msp430 pl tests
pagenfc.cpp
00001 // 00002 // Filename: pagenfc.cpp 00003 // 00004 // Flexbook page for page S1. 00005 // 00006 00007 #include "pagenfc.h" 00008 00009 #include "log.h" 00010 00011 #include <iostream> 00012 00013 namespace Flexbook { 00014 00015 PageNFC::PageNFC() 00016 { 00017 Log("Creating PageNFC"); 00018 } 00019 00020 PageNFC::~PageNFC() 00021 { 00022 Log("Deleting PageNFC"); 00023 } 00024 00025 } // End Flexbook namespace. 00026 00027
Generated on Tue Jul 12 2022 21:14:35 by
