Loading...
Searching...
No Matches
pwm_params.h File Reference

Configuration of SAUL mapped PWM channels. More...

Detailed Description

Configuration of SAUL mapped PWM channels.

Author
Benjamin Valentin benpi.nosp@m.cco@.nosp@m.googl.nosp@m.emai.nosp@m.l.com

Definition in file pwm_params.h.

#include "board.h"
#include "saul/periph.h"
+ Include dependency graph for pwm_params.h:

Go to the source code of this file.

#define SAUL_PWM_NO_DIMMER
 No individual LED that needs dimming.
 
static const saul_pwm_rgb_params_t saul_pwm_rgb_params []
 The on-board RGB LED.
 

Macro Definition Documentation

◆ SAUL_PWM_NO_DIMMER

#define SAUL_PWM_NO_DIMMER

No individual LED that needs dimming.

Definition at line 32 of file pwm_params.h.

Variable Documentation

◆ saul_pwm_rgb_params

const saul_pwm_rgb_params_t saul_pwm_rgb_params[]
static
Initial value:
=
{
{
.name = "RGB",
.channels = {
}
}
}
#define PWM_DEV(x)
Default PWM access macro.
Definition pwm.h:78
@ SAUL_PWM_INVERTED
Physical values are inverted from average voltage levels (ie.
Definition periph.h:83

The on-board RGB LED.

Definition at line 37 of file pwm_params.h.