00001 #ifndef __cat4016_h 00002 #define __cat4016_H 00003 00004 #include "pic_utils.h" 00005 00006 void cat4016_setup_io(); 00007 void cat4016_write_data(uns8 d1, uns8 d2); 00008 void cat4016_enable_display(uns8 on); 00009 void cat4016_latch_data(); 00010 00011 00012 00013 #endif