Sha256: 96c02e53e4c49b9b054fb820260367f9e5dc19a3cec85f4551b398c1361c0f04
Contents?: true
Size: 307 Bytes
Versions: 6
Compression:
Stored size: 307 Bytes
Contents
/* * DISPLAY.h * * Created on: Dec 17, 2010 * Author: mlong */ #ifndef DISPLAY_H_ #define DISPLAY_H_ void DISPLAY_init(); void DISPLAY_clear(); unsigned int DISPLAY_get_line_capacity(); unsigned int DISPLAY_get_line_insert_index(); void DISPLAY_output(char * message); #endif /* DISPLAY_H_ */
Version data entries
6 entries across 6 versions & 1 rubygems