other/i2c_stts75_sensor: Cosmetics.

This commit is contained in:
Uwe Hermann
2011-11-13 09:00:28 +01:00
parent 53a0c44bfd
commit 8a77630997
3 changed files with 18 additions and 15 deletions

View File

@@ -32,7 +32,7 @@
#define STTS75_SENSOR7 0x4f
void stts75_write_config(u32 i2c, u8 sensor);
void stts75_write_temp_os(u32 i2c, u8 sensor, u16 temp_os);
void stts75_write_temp_os(u32 i2c, u8 sensor, u16 temp_os);
void stts75_write_temp_hyst(u32 i2c, u8 sensor, u16 temp_hyst);
u16 stts75_read_temperature(u32 i2c, u8 sensor);