Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // bcd.h
- #ifndef BCD_H
- #define BCD_H
- // Dichiarazione della funzione per convertire un numero in BCD
- unsigned short bin2bcd(unsigned short val);
- #endif // BCD_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement