Host/Core/twi_arch.h File Reference
Go to the source code of this file.
Macros | |
| #define | SDA_LOW() |
| #define | SDA_HIGH() |
| #define | SDA_READ() 0 |
| #define | SCL_LOW() |
| #define | SCL_HIGH() |
| #define | SCL_READ() 1 |
| #define | DEFAULT_SDA_PIN 4 |
| #define | DEFAULT_SCL_PIN 5 |
Macro Definition Documentation
◆ DEFAULT_SCL_PIN
| #define DEFAULT_SCL_PIN 5 |
◆ DEFAULT_SDA_PIN
| #define DEFAULT_SDA_PIN 4 |
◆ SCL_HIGH
| #define SCL_HIGH | ( | ) |
◆ SCL_LOW
| #define SCL_LOW | ( | ) |
◆ SCL_READ
| #define SCL_READ | ( | ) | 1 |
◆ SDA_HIGH
| #define SDA_HIGH | ( | ) |
◆ SDA_LOW
| #define SDA_LOW | ( | ) |
◆ SDA_READ
| #define SDA_READ | ( | ) | 0 |
1.9.1