Personal Test Environment
Dependencies: LCD_DISCO_F746NG TS_DISCO_F746NG mbed
globals.h@1:c00262e1ef4c, 2018-03-06 (annotated)
- Committer:
- DirtyGray
- Date:
- Tue Mar 06 18:32:34 2018 +0000
- Revision:
- 1:c00262e1ef4c
- Parent:
- 0:bab80a319f0d
Personal test environment
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
DirtyGray | 0:bab80a319f0d | 1 | #ifndef GLOBALS_H |
DirtyGray | 0:bab80a319f0d | 2 | #define GLOBALS_H |
DirtyGray | 0:bab80a319f0d | 3 | |
DirtyGray | 0:bab80a319f0d | 4 | extern LCD_DISCO_F746NG LCDscreen; |
DirtyGray | 0:bab80a319f0d | 5 | extern TS_DISCO_F746NG LCDtouchScreen; |
DirtyGray | 0:bab80a319f0d | 6 | |
DirtyGray | 0:bab80a319f0d | 7 | #endif |