diff options
Diffstat (limited to 'include/tuner_fc0013.h')
| -rw-r--r-- | include/tuner_fc0013.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/tuner_fc0013.h b/include/tuner_fc0013.h index b405808..ed89465 100644 --- a/include/tuner_fc0013.h +++ b/include/tuner_fc0013.h @@ -15,6 +15,10 @@ FC0013 module is derived from tuner module. **/ +#define FC0013_I2C_ADDR 0xc6 +#define FC0013_CHECK_ADDR 0x00 +#define FC0013_CHECK_VAL 0xa3 + // Definitions enum FC0013_TRUE_FALSE_STATUS { |
