
df
Fork of APP1 by
DisplayerConstants.hpp@13:bb9669053eb3, 2017-01-16 (annotated)
- Committer:
- GaiSensei
- Date:
- Mon Jan 16 00:06:45 2017 +0000
- Revision:
- 13:bb9669053eb3
- Child:
- 21:a111be2582be
Create homemade_mbed functions; ; - Read bits; - Write bits; ; Sorry messy commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
GaiSensei | 13:bb9669053eb3 | 1 | #ifndef DISPLAYER_CONSTANTS_HPP |
GaiSensei | 13:bb9669053eb3 | 2 | #define DISPLAYER_CONSTANTS_HPP |
GaiSensei | 13:bb9669053eb3 | 3 | |
GaiSensei | 13:bb9669053eb3 | 4 | const int CLEAR_DISPLAY_REGISTER = 0x76; |
GaiSensei | 13:bb9669053eb3 | 5 | const int DECIMAL_CONTROL_REGISTER = 0x77; |
GaiSensei | 13:bb9669053eb3 | 6 | const int FLOATING_POINT_DOT_POSITION = 0x02; |
GaiSensei | 13:bb9669053eb3 | 7 | const int CURSOR_CONROL_REGISTER = 0x79; |
GaiSensei | 13:bb9669053eb3 | 8 | const int MOST_LEFT_DIGIT_POSITION= 0x00; |
GaiSensei | 13:bb9669053eb3 | 9 | |
GaiSensei | 13:bb9669053eb3 | 10 | #endif |