Skip to content

Commit

Permalink
add header define
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed May 25, 2014
1 parent 1e35889 commit 6a085cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions firmware/shc_envsensor/lm75.h
Expand Up @@ -16,6 +16,9 @@
* with smarthomatic. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _LM75_H
#define _LM75_H

#include "util.h"

/*
Expand Down Expand Up @@ -71,3 +74,5 @@ static inline uint16_t lm75_get_meas_time_ms(void)
* Returns the measured temperature in centigrades.
*/
int16_t lm75_get_tmp(void);

#endif /* _LM75_H */

0 comments on commit 6a085cc

Please sign in to comment.