Speeduino
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pin_array_t< N, base_type > Struct Template Reference

An array of pin numbers. More...

#include <pinNumbers_t.h>

Inheritance diagram for pin_array_t< N, base_type >:
Inheritance graph
[legend]
Collaboration diagram for pin_array_t< N, base_type >:
Collaboration graph
[legend]

Public Member Functions

constexpr pin_array_t ()
 
bool isPinUsed (uint8_t pin) const
 Does the array contain pin?
 

Detailed Description

template<uint8_t N, typename base_type = std::array<uint8_t, N>>
struct pin_array_t< N, base_type >

An array of pin numbers.

Constructor & Destructor Documentation

◆ pin_array_t()

template<uint8_t N, typename base_type = std::array<uint8_t, N>>
constexpr pin_array_t< N, base_type >::pin_array_t ( )
inlineconstexpr

Member Function Documentation

◆ isPinUsed()

template<uint8_t N, typename base_type = std::array<uint8_t, N>>
bool pin_array_t< N, base_type >::isPinUsed ( uint8_t  pin) const
inline

Does the array contain pin?

Here is the caller graph for this function:

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