Digital Scale  1.0
Digital Scale
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
bin2bcd.h
Go to the documentation of this file.
1 /*
2  * bin2bcd.h
3  *
4  * Created: 01.12.2017 17:45:32
5  * Author: Robert
6  */
7 
8 
9 #ifndef BIN2BCD_H_
10 #define BIN2BCD_H_
11 
16 extern unsigned long Bin6toBCD8(long bin);
21 extern unsigned long Bin4toBCD5(uint16_t bin);
22 
23 
24 #endif /* BIN2BCD_H_ */