Personal Test Environment
Dependencies: LCD_DISCO_F746NG TS_DISCO_F746NG mbed
globals.h
- Committer:
- DirtyGray
- Date:
- 2018-03-06
- Revision:
- 1:c00262e1ef4c
- Parent:
- 0:bab80a319f0d
File content as of revision 1:c00262e1ef4c:
#ifndef GLOBALS_H #define GLOBALS_H extern LCD_DISCO_F746NG LCDscreen; extern TS_DISCO_F746NG LCDtouchScreen; #endif