diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-12 01:50:14 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-12 01:50:14 +0000 |
commit | 202b56a42c5e6a171ee43b469be48525d0e8e350 (patch) | |
tree | 84260eadbedd8575f158b95a43c3a481c35362ec /openpicc/application/iso14443a_manchester.c | |
parent | 3d0e1db9d118f85441a9d559ba2fa7baa7195eee (diff) |
Add new miller decoder (not working yet)
Vastly improve timing through CPU cycle counting. Jitter is now like 40ns (the SSC_DATA edge detection fuzziness) in 2 main clusters 4 CPU cycles (83ns) apart, plus an occasional glitch adding 4 CPU cycles in either direction
git-svn-id: https://svn.openpcd.org:2342/trunk@385 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/iso14443a_manchester.c')
-rw-r--r-- | openpicc/application/iso14443a_manchester.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/iso14443a_manchester.c b/openpicc/application/iso14443a_manchester.c index be4de21..4093d57 100644 --- a/openpicc/application/iso14443a_manchester.c +++ b/openpicc/application/iso14443a_manchester.c @@ -1,5 +1,6 @@ /* ISO14443A Manchester encoder for OpenPICC * (C) 2006 by Harald Welte <hwelte@hmw-consulting.de> + * (C) 2007 by Henryk Plötz <henryk@ploetzli.ch> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |