]> www.fi.muni.cz Git - kolektor.git/blob - logging.h
schematics.jpg: schema pouzitych soucastek a cest
[kolektor.git] / logging.h
1 #ifndef LOGGING_H__
2 #define LOGGING_H__ 1
3
4 void init_log();
5 void log_set_state(unsigned char val);
6 void log_flush();
7 void log_byte(unsigned char byte);
8 void log_word(uint16_t word);
9
10 #endif