Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG
touchpad.h
00001 /** 00002 * @file indev.h 00003 * 00004 */ 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 #ifndef INDEV_H 00010 #define INDEV_H 00011 00012 /********************* 00013 * INCLUDES 00014 *********************/ 00015 #include <stdbool.h> 00016 #include <stdint.h> 00017 00018 /********************* 00019 * DEFINES 00020 *********************/ 00021 00022 /********************** 00023 * TYPEDEFS 00024 **********************/ 00025 00026 /********************** 00027 * GLOBAL PROTOTYPES 00028 **********************/ 00029 void touchpad_init(void); 00030 00031 /********************** 00032 * MACROS 00033 **********************/ 00034 #ifdef __cplusplus 00035 } 00036 #endif 00037 00038 #endif
Generated on Sat Feb 4 2023 21:01:57 by
1.7.2