diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-06 09:09:53 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-06 09:09:53 +0000 |
commit | 1253ee88be70e16fe9057b5e1727f8664fa0c4ae (patch) | |
tree | 4e33cffba973a4ffcfa826f6a29966a4959bef67 /testhal/STM32F1xx/I2C/tmp75.h | |
parent | dbee267868ee52517dd465aee0078619dc68f584 (diff) | |
download | ChibiOS-1253ee88be70e16fe9057b5e1727f8664fa0c4ae.tar.gz ChibiOS-1253ee88be70e16fe9057b5e1727f8664fa0c4ae.tar.bz2 ChibiOS-1253ee88be70e16fe9057b5e1727f8664fa0c4ae.zip |
I2C. Testhal changed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3558 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C/tmp75.h')
-rw-r--r-- | testhal/STM32F1xx/I2C/tmp75.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testhal/STM32F1xx/I2C/tmp75.h b/testhal/STM32F1xx/I2C/tmp75.h deleted file mode 100644 index ab4b5fa9b..000000000 --- a/testhal/STM32F1xx/I2C/tmp75.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef TMP75_H_
-#define TMP75_H_
-
-
-
-/* buffers depth */
-#define TMP75_RX_DEPTH 2
-#define TMP75_TX_DEPTH 2
-
-void init_tmp75(void);
-void request_temperature(void);
-
-#endif /* TMP75_H_ */
|