From: batt Date: Mon, 6 Oct 2008 17:21:57 +0000 (+0000) Subject: Merged from external project: X-Git-Tag: 2.0.0~57 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4d6ca1d5704c113795418f5c0edaef83db3de96a;hp=87fcec11748c930e2d0d7f5310b0f6360018b2c1;p=bertos.git 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 --- 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 */