You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*
- * File:
- * Author: JF
- *
- * Created on November 30, 2018, 7:33 PM
- */
-
- #ifndef TC77_H
- #define TC77_H
- #include "define.h"
-
- int TC77Configure();
- float TC77GetActualTemp();
- short TC77GetDeviceID();
-
-
- #endif /* TC77_H */
|