From 4d6ca1d5704c113795418f5c0edaef83db3de96a Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 6 Oct 2008 17:21:57 +0000 Subject: [PATCH] Merged from external project: ********** r22414 | batt | 2008-10-03 12:48:06 +0200 (Fri, 03 Oct 2008) | 1 line Add hw-specific delay for i2c timing. ********** git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1877 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/hw/hw_i2c_bitbang.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bertos/hw/hw_i2c_bitbang.h b/bertos/hw/hw_i2c_bitbang.h index e6f0b18e..18ad79fa 100644 --- a/bertos/hw/hw_i2c_bitbang.h +++ b/bertos/hw/hw_i2c_bitbang.h @@ -58,4 +58,9 @@ */ #define I2C_BITBANG_HW_INIT /* Implement me! */ +/** + * Half bit delay routine used to generate the correct timings. + */ +#define I2C_HALFBIT_DELAY() /* Implement me! */ + #endif /* HW_I2C_BITBANG_H */ -- 2.25.1