Subversion Repositories Code-Repo

Rev

Rev 329 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
329 Kevin 1
#ifndef SMT6500_H
2
#define	SMT6500_H
3
 
4
void SMT6500_Init(void);
5
uint16_t SMT6500_Read(void);
6
void SMT6500_Callback(void);
7
 
8
#endif	/* SMT6500_H */
9