From 115cc63005440783a63dc2c25ea161634a6141ea Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Thu, 8 Feb 2018 17:04:21 +0100 Subject: [PATCH] TCardEmulator: Include more documentation --- TCardEmulator/doc/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TCardEmulator/doc/README.txt b/TCardEmulator/doc/README.txt index 565ac49..302bdb4 100644 --- a/TCardEmulator/doc/README.txt +++ b/TCardEmulator/doc/README.txt @@ -56,6 +56,12 @@ In the next dialog choose :file:`Tizen/TCardEmulator`. To be able to build and install the Tizen service on the smartwatch, you need to `install the appropriate SDK extensions and register as app developer`_. +More usefull ressources: + +- `Tizen Developers: Near Field Communication (NFC)`_ +- `Programming Guide: Accessory`_ +- `Guidelines on Connecting a Gear S2 Device Using Wi-Fi`_ + .. include:: questions.txt @@ -68,3 +74,6 @@ Notes and References .. _Tizen SDK: https://developer.tizen.org/development/tools/download .. _`install the appropriate SDK extensions and register as app developer`: https://developer.tizen.org/community/tip-tech/tizen-sdk-install-guide-certificate-extensions-included +.. _Tizen Developers: Near Field Communication (NFC): https://developer.tizen.org/development/guides/native-application/connectivity-and-wireless/nfc +.. _`Programming Guide: Accessory`: http://developer.samsung.com/html/techdoc/ProgrammingGuide_Accessory.pdf +.. _Guidelines on Connecting a Gear S2 Device Using Wi-Fi: http://developer.samsung.com/html/techdoc/Guidelines_on_Connecting_GearS2_device_using_WiFi_151222.pdf