ESPHome  2024.4.2
Public Member Functions
esphome::grove_tb6612fng::GROVETB6612FNGMotorRunAction< Ts > Class Template Reference

#include <grove_tb6612fng.h>

Inheritance diagram for esphome::grove_tb6612fng::GROVETB6612FNGMotorRunAction< Ts >:
esphome::Action< Ts... > esphome::Parented< GroveMotorDriveTB6612FNG >

Public Member Functions

 TEMPLATABLE_VALUE (uint8_t, channel) TEMPLATABLE_VALUE(uint16_t
 
speed void play (Ts... x) override
 
- Public Member Functions inherited from esphome::Action< Ts... >
virtual void play_complex (Ts... x)
 
virtual void stop_complex ()
 
virtual bool is_running ()
 Check if this or any of the following actions are currently running. More...
 
int num_running_total ()
 The total number of actions that are currently running in this plus any of the following actions in the chain. More...
 
- Public Member Functions inherited from esphome::Parented< GroveMotorDriveTB6612FNG >
 Parented ()
 
 Parented (GroveMotorDriveTB6612FNG *parent)
 
GroveMotorDriveTB6612FNG * get_parent () const
 Get the parent of this object. More...
 
void set_parent (GroveMotorDriveTB6612FNG *parent)
 Set the parent of this object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::Action< Ts... >
void play_next_ (Ts... x)
 
void play_next_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >)
 
void play_next_tuple_ (const std::tuple< Ts... > &tuple)
 
virtual void stop ()
 
void stop_next_ ()
 
bool is_running_next_ ()
 
- Protected Attributes inherited from esphome::Action< Ts... >
friend ActionList< Ts... >
 
Action< Ts... > * next_
 
int num_running_
 The number of instances of this sequence in the list of actions that is currently being executed. More...
 
- Protected Attributes inherited from esphome::Parented< GroveMotorDriveTB6612FNG >
GroveMotorDriveTB6612FNG * parent_
 

Detailed Description

template<typename... Ts>
class esphome::grove_tb6612fng::GROVETB6612FNGMotorRunAction< Ts >

Definition at line 166 of file grove_tb6612fng.h.

Member Function Documentation

◆ play()

template<typename... Ts>
speed void esphome::grove_tb6612fng::GROVETB6612FNGMotorRunAction< Ts >::play ( Ts...  x)
inlineoverridevirtual

Implements esphome::Action< Ts... >.

Definition at line 171 of file grove_tb6612fng.h.

◆ TEMPLATABLE_VALUE()

template<typename... Ts>
esphome::grove_tb6612fng::GROVETB6612FNGMotorRunAction< Ts >::TEMPLATABLE_VALUE ( uint8_t  ,
channel   
)

The documentation for this class was generated from the following file: