Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 328 → Rev 329

/PIC Stuff/PICX_16F1825_SMT6500_Ultrasonic/SMT6500.h
0,0 → 1,9
#ifndef SMT6500_H
#define SMT6500_H
 
void SMT6500_Init(void);
uint16_t SMT6500_Read(void);
void SMT6500_Callback(void);
 
#endif /* SMT6500_H */