Infineon / BlockchainSecurity2Go-Python-Library

Python library for the Blockchain Security 2Go starter kit
https://infineon.com/blockchain
MIT License
16 stars 8 forks source link

Add add_callback and observer class example #19

Closed DhruvKhemani closed 4 years ago

DhruvKhemani commented 5 years ago

This very simple example shows the usage of the newly added feature add_callback and how to start and stop the reader monitoring for card insertions/removals. It also includes a documentation explaining some of the caveats of this example implementation.

DhruvKhemani commented 4 years ago

Updated the documentation and fixed the spelling mistakes.