Guest User

max6921.h

a guest
Jan 22nd, 2016
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2.  * MAX6921.h
  3.  *
  4.  *  Created on: Jan 5, 2016
  5.  *      Author: Dan
  6.  */
  7.  
  8. #ifndef VFDCLOCK_MAX6921_H_
  9. #define VFDCLOCK_MAX6921_H_
  10.  
  11. #include <msp430G2553.h>
  12.  
  13. void setupMax6921(void);
  14. void pulseClock(void);
  15. void pinWrite(unsigned int, unsigned char);
  16. unsigned int getNum(unsigned int);
  17. unsigned int getDigit(unsigned int);
  18. void print(unsigned int, unsigned int, unsigned int);
  19.  
  20. #endif /* VFDCLOCK_MAX6921_H_ */
Add Comment
Please, Sign In to add comment