Skip to content

Instantly share code, notes, and snippets.

@misodengaku
Last active December 11, 2015 04:35
Show Gist options
  • Save misodengaku/03bcc4c4579ce006c1ee to your computer and use it in GitHub Desktop.
Save misodengaku/03bcc4c4579ce006c1ee to your computer and use it in GitHub Desktop.
HtsDriver.h ピン指定
// 略
/****************************************************************************/
/*** 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