IRPyro API
(sKEMLIB1)
Collection of routines and data structures covering the functionality of the IRPyro sensor
|
I2C clock and timeout values for ARM. More...
Macros | |
#define | I2C_CLK_TIMING_DEFAULT 0x00A00D26 |
#define | I2C_PORT GPIOB |
#define | I2C_SCL_PIN GPIO_Pin_7 |
#define | I2C_SCL_SRC GPIO_PinSource7 |
#define | I2C_SDA_PIN GPIO_Pin_6 |
#define | I2C_SDA_SRC GPIO_PinSource6 |
#define | I2C_TIMEOUT_DEFAULT 50 |
I2C clock and timeout values for ARM.
* Sets the clock and timeout constants for the I2C read and write * functions *
#define I2C_CLK_TIMING_DEFAULT 0x00A00D26 |
Definition at line 105 of file Micro_controller_template.c.
#define I2C_PORT GPIOB |
Definition at line 111 of file Micro_controller_template.c.
#define I2C_SCL_PIN GPIO_Pin_7 |
Definition at line 107 of file Micro_controller_template.c.
#define I2C_SCL_SRC GPIO_PinSource7 |
Definition at line 109 of file Micro_controller_template.c.
#define I2C_SDA_PIN GPIO_Pin_6 |
Definition at line 108 of file Micro_controller_template.c.
#define I2C_SDA_SRC GPIO_PinSource6 |
Definition at line 110 of file Micro_controller_template.c.
#define I2C_TIMEOUT_DEFAULT 50 |
Definition at line 106 of file Micro_controller_template.c.