FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
pwm.h File Reference

PWM API. More...

#include "boards/board.h"
#include "boards/board_traits.h"
#include "gpio.h"
#include "timer.h"
Include dependency graph for pwm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  analog::PWMOutput< PWMPIN_, PULSED_ >
 Construct a new handler for a PWM output pin. More...
 

Namespaces

namespace  board
 Defines all types and constants specific to support a specific MCU target.
 
namespace  analog
 Defines all API to manipulate analog input/output.
 

Functions

template<PWMPin PWM>
constexpr DigitalPin board::PWM_PIN ()
 Convert an PWMPin to the matching DigitalPin. More...
 

Detailed Description

PWM API.

Definition in file pwm.h.