A simple demonstration of the DISCO-F746NG LCD, TouchScreen and MCP3221 I2C ADC.

Dependencies:   BSP_DISCO_F746NG LCD_DISCO_F746NG MCP3221 TS_DISCO_F746NG mbed

Fork of DISCO-F746NG_LCD_demo by ST

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Peter.h Source File

Peter.h

00001 /*********************************************************************
00002 *               SEGGER MICROCONTROLLER GmbH & Co. KG                 *
00003 *       Solutions for real time microcontroller applications         *
00004 **********************************************************************
00005 *                                                                    *
00006 *       (c) 2002 - 2015  SEGGER Microcontroller GmbH & Co. KG        *
00007 *                                                                    *
00008 *       www.segger.com     Support: support@segger.com               *
00009 *                                                                    *
00010 **********************************************************************
00011  
00012 ----------------------------------------------------------------------
00013 File    : Peter.h
00014 Purpose : Automatically created from Peter1.bmp using Bin2C.exe
00015 --------  END-OF-HEADER  ---------------------------------------------
00016 */
00017 
00018 #ifndef __PETER_H__
00019 #define __PETER_H__
00020 
00021 typedef unsigned char uint8_t;
00022 
00023 extern const uint8_t peter_file[10054];
00024 
00025 #endif  //__PETER_H__
00026 
00027 /****** End Of File *************************************************/
00028