All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
tm1637_params.h File Reference

Config for the TM1637 display. More...

Detailed Description

Config for the TM1637 display.

Author
Nico Behrens nifra.nosp@m.be@o.nosp@m.utloo.nosp@m.k.de

Definition in file tm1637_params.h.

#include "board.h"
#include "periph/gpio.h"
+ Include dependency graph for tm1637_params.h:

Go to the source code of this file.

#define TM1637_PARAM_CLK   GPIO_UNDEF
 see tm1637_params_t
 
#define TM1637_PARAM_DIO   GPIO_UNDEF
 see tm1637_params_t
 
#define TM1637_PARAMS
 see tm1637_params_t
 
static const tm1637_params_t tm1637_params []
 see tm1637_params_t
 

Macro Definition Documentation

◆ TM1637_PARAM_CLK

#define TM1637_PARAM_CLK   GPIO_UNDEF

see tm1637_params_t

Definition at line 33 of file tm1637_params.h.

◆ TM1637_PARAM_DIO

#define TM1637_PARAM_DIO   GPIO_UNDEF

see tm1637_params_t

Definition at line 40 of file tm1637_params.h.

◆ TM1637_PARAMS

#define TM1637_PARAMS
Value:
{ .clk = TM1637_PARAM_CLK, \
#define TM1637_PARAM_DIO
see tm1637_params_t
#define TM1637_PARAM_CLK
see tm1637_params_t

see tm1637_params_t

Definition at line 47 of file tm1637_params.h.

Variable Documentation

◆ tm1637_params

const tm1637_params_t tm1637_params[]
static
Initial value:
= {
}
#define TM1637_PARAMS
see tm1637_params_t

see tm1637_params_t

Definition at line 54 of file tm1637_params.h.