examples/benchmark/kernel-core_avr/hw/hw_i2c_bitbang.h File Reference
Macro for I2C bitbang operation. More...
Go to the source code of this file.
Defines | |
| #define | I2C_BITBANG_HW_INIT do { /* Implement me! */ } while (0) |
| This macro should set SDA and SCL lines as input. | |
| #define | I2C_HALFBIT_DELAY() do { /* Implement me! */ } while (0) |
| Half bit delay routine used to generate the correct timings. | |
Detailed Description
Macro for I2C bitbang operation.
- Version:
- Id
- hw_i2c_bitbang.h 2927 2009-09-10 13:06:04Z lottaviano
Definition in file examples/benchmark/kernel-core_avr/hw/hw_i2c_bitbang.h.
