Last active
December 11, 2015 04:35
-
-
Save misodengaku/03bcc4c4579ce006c1ee to your computer and use it in GitHub Desktop.
HtsDriver.h ピン指定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 略 | |
/****************************************************************************/ | |
/*** Macro Definitions ***/ | |
/****************************************************************************/ | |
//#define HTS_DATA_DIO_BIT_MASK (1 << 12) | |
//#define HTS_CLK_DIO_BIT_MASK (1 << 13) | |
#define HTS_DATA_DIO_BIT_MASK E_AHI_DIO8_INT | |
#define HTS_CLK_DIO_BIT_MASK E_AHI_DIO9_INT | |
// 略 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment