COBE 0.1 ALPHA
|
00001 #ifndef CMOS_H 00002 #define CMOS_H 00003 00004 #include <stdint.h> 00005 00011 00012 uint64_t tick_counter; 00013 00014 int get_data_cmos(unsigned char); 00015 void send_data_cmos(unsigned char, unsigned char); 00016 void time(); 00017 void sleep(uint32_t); 00018 00019 #endif