mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-24 16:55:39 +00:00
098e0a914b
* feat: add lf HIDProx read, t55xx write, emulate function code quaility: - consistance: simulation -> emulation, label -> tag - machine translated unreadable comments are made native logic: - newly added cli command includes: `lf hid prox read`, `lf hid prox write`, `lf hid prox econfig` - machester demodulator is simplified - various wiegand formats of HIDProx are supported - goertzel algorithm is used in HIDProx FSK demod - lf read is refactored using stream/feed pattern to boost scan speed - t55xx write is refactored to share same logic between em410x & HIDProx - lf emulating is refactored to use PWM peripheral, allowing more card type to be added closes: #212, #210 * chore: remove not implemented wiegand format comments * fix: build ci * fix: build ci * fix: build ci * fix: build ci