diff options
| author | Ronen Sberlo <ronen.s@twine-s.com> | 2021-01-04 15:30:04 +0200 |
|---|---|---|
| committer | Ronen Sberlo <ronen.s@twine-s.com> | 2021-01-04 15:30:04 +0200 |
| commit | 746ba0f4e7fb7aae0c5ccfe68deed2dba285c565 (patch) | |
| tree | 53837af4674a7cda0293807a291c6125a6b2cb55 /Software/Embedded_SW/Embedded/DataDef.h | |
| parent | 7c3e54578ae6f2c01ec05ebc7f7e0f873955bb33 (diff) | |
| download | Tango-746ba0f4e7fb7aae0c5ccfe68deed2dba285c565.tar.gz Tango-746ba0f4e7fb7aae0c5ccfe68deed2dba285c565.zip | |
BTSR
Diffstat (limited to 'Software/Embedded_SW/Embedded/DataDef.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/DataDef.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/DataDef.h b/Software/Embedded_SW/Embedded/DataDef.h index d8655296d..6806d0989 100644 --- a/Software/Embedded_SW/Embedded/DataDef.h +++ b/Software/Embedded_SW/Embedded/DataDef.h @@ -36,7 +36,14 @@ #endif //#define BTSR_ROTATED_WINDER_TFU -//#define USE_UART4_FOR_BTSR // need change in FRPGA FPGA_1 yy > 0x20 + jumpers in main board need to read HW Version - no need when working only with stubs +//#define UFEEDER_BTSR +#ifdef UFEEDER_BTSR +#define BTSR_NO_FEEDER_TFU +#define BTSR_NO_PULLER_TFU +#define BTSR_ROTATED_WINDER_TFU +#endif + +//#define USE_UART4_FOR_BTSR // need change in FRPGA FPGA_1 yy > 0x20 + jumpers in main board need to read HW Version //#define USE_RFID_STUB //stub only. to use it undef USE_RFID_LOGIC //#define RFID_READ_ONLY // |
