no-OS
Loading...
Searching...
No Matches
common_data.h
Go to the documentation of this file.
1/*****************************************************************************
2 * common_data.h
3 * Defines common data to be used by aducm_blinky_example examples.
4 *****************************************************************************/
5#ifndef __COMMON_DATA_H__
6#define __COMMON_DATA_H__
7
8#include "parameters.h"
9#include "no_os_gpio.h"
10
13
14#endif /* __COMMON_DATA_H__ */
struct no_os_gpio_init_param blinky_gpio_green_ip
Definition common_data.c:14
struct no_os_gpio_init_param blinky_gpio_blue_ip
Definition common_data.c:8
Header file of GPIO Interface.
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67