Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
DisplayerConstants.hpp
- Committer:
- GaiSensei
- Date:
- 2017-01-16
- Revision:
- 13:bb9669053eb3
- Child:
- 21:a111be2582be
File content as of revision 13:bb9669053eb3:
#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