Code commenté du projet LED

Dependencies:   BSP_DISCO_F746NG

hal_stm_lvgl/touchpad/touchpad.h

Committer:
treina
Date:
2022-06-16
Revision:
6:72febbe3ea91
Parent:
5:071136c3eefa

File content as of revision 6:72febbe3ea91:

/**
 * @file indev.h
 * 
 */
#ifdef __cplusplus
 extern "C" {
#endif

#ifndef INDEV_H
#define INDEV_H

/*********************
 *      INCLUDES
 *********************/
#include <stdbool.h>
#include <stdint.h>

/*********************
 *      DEFINES
 *********************/

/**********************
 *      TYPEDEFS
 **********************/

/**********************
 * GLOBAL PROTOTYPES
 **********************/
void touchpad_init(void);

/**********************
 *      MACROS
 **********************/
#ifdef __cplusplus
}
#endif

#endif