Add MOSFET support to Wiegand app.

This commit is contained in:
Derek Jamison
2023-05-02 13:02:09 -04:00
parent a7c155e88d
commit f1c4a190e6
5 changed files with 61 additions and 8 deletions

View File

@@ -14,7 +14,9 @@
#include <storage/storage.h>
extern const GpioPin* const pinD0;
extern const GpioPin* const pinD0mosfet;
extern const GpioPin* const pinD1;
extern const GpioPin* const pinD1mosfet;
extern volatile int bit_count;
#define MAX_BITS 42
extern volatile bool data[];