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: NDefLib X_NUCLEO_NFC01A1 mbed
Fork of X-MBED-NFC1 by
Samples.h
00001 /** 00002 ****************************************************************************** 00003 * @file Samples.h 00004 * @date 03/12/2015 00005 * @brief This file contains definitions for the sample functions that are 00006 * that are using the nfc component in a sync way. 00007 ****************************************************************************** 00008 * 00009 * COPYRIGHT(c) 2015 STMicroelectronics 00010 * 00011 * Redistribution and use in source and binary forms, with or without modification, 00012 * are permitted provided that the following conditions are met: 00013 * 1. Redistributions of source code must retain the above copyright notice, 00014 * this list of conditions and the following disclaimer. 00015 * 2. Redistributions in binary form must reproduce the above copyright notice, 00016 * this list of conditions and the following disclaimer in the documentation 00017 * and/or other materials provided with the distribution. 00018 * 3. Neither the name of STMicroelectronics nor the names of its contributors 00019 * may be used to endorse or promote products derived from this software 00020 * without specific prior written permission. 00021 * 00022 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00023 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00024 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00025 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 00026 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00027 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00028 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00029 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00030 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00031 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00032 * 00033 ****************************************************************************** 00034 */ 00035 00036 #ifndef __SAMPLES_H__ 00037 #define __SAMPLES_H__ 00038 00039 /** 00040 * Wirte a tag with a web site link 00041 */ 00042 void sampleSync_writeUrl(); 00043 void sampleAsync_writeUrl(); 00044 00045 /** 00046 * Write a castom tag that count how many times the user press the button 00047 */ 00048 void sampleSync_countClick(); 00049 void sampleAsync_countClick(); 00050 00051 /** 00052 * Write a message with all the tag, when the user press the button read the message and change the 00053 * tag content 00054 */ 00055 void sampleSync_writeAndChangeAll(); 00056 void sampleAsync_writeAndChangeAll(); 00057 00058 /** 00059 * Set the tag as read only when the user pres the button 00060 */ 00061 void sampleSync_lockTagContent(); 00062 void sampleAsync_lockTagContent(); 00063 #endif /* __SAMPLES_H__ */
Generated on Wed Jul 13 2022 03:11:25 by
1.7.2
