Enrico Pozzobon
Enrico Pozzobon
ApplicationProcess can return ISO14443A_APP_DELAYED_RESPONSE, in which case the response will be sent later from the ApplicationTask using ISO14443ASendResponse. This allows the computation of the response to be done outside of...
As mentioned on #43, I made an attempt at updating the stfs-writer to the latest commit in the master branch. This seems to work on the games I play, but...
When packing timestamp_us into a 32-bit unsigned integer, struct.pack can throws an exception if the number is bigger than 2^32. Some software sets the frame timestamp to be time.time(), meaning...