Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
DisplayerConstants.hpp
- Committer:
- GaiSensei
- Date:
- 2017-02-09
- Revision:
- 23:2531e72d92b9
- Parent:
- 21:a111be2582be
File content as of revision 23:2531e72d92b9:
///////////////////////////////////////////////////////////// // APP 1: Systèmes à microprocesseurs // // // // Université de Sherbrooke // // Génie informatique // // Session 5, Hiver 2017 // // // // Date: 17 janvier 2017 // // // // Auteurs: Maxime Dupuis, dupm2216 // // Bruno Allaire-Lemay, allb2701 // ///////////////////////////////////////////////////////////// #ifndef DISPLAYER_CONSTANTS_HPP #define DISPLAYER_CONSTANTS_HPP const int CLEAR_DISPLAY_REGISTER = 0x76; const int DECIMAL_CONTROL_REGISTER = 0x77; const int FLOATING_POINT_DOT_POSITION = 0x02; const int CURSOR_CONROL_REGISTER = 0x79; const int MOST_LEFT_DIGIT_POSITION= 0x00; #endif