Merged from external project:
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 6 Oct 2008 17:21:57 +0000 (17:21 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 6 Oct 2008 17:21:57 +0000 (17:21 +0000)
**********
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

index e6f0b18e7ea4c48bfd5c78dff436ffa46363947c..18ad79faa551a78289880a700b91264252faa918 100644 (file)
@@ -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 */