FastLED 3.9.15
Loading...
Searching...
No Matches
ObjectFLEDPinValidation.h File Reference
#include "fl/stl/stdint.h"
+ Include dependency graph for ObjectFLEDPinValidation.h:

Go to the source code of this file.

Classes

struct  objectfled::PinValidationResult
 

Namespaces

namespace  objectfled
 

Enumerations

enum class  objectfled::PinIssueType {
  objectfled::NONE , objectfled::OUT_OF_RANGE , objectfled::INVALID_GPIO , objectfled::GROUND_PIN ,
  objectfled::POWER_PIN , objectfled::READ_ONLY , objectfled::UART_PIN , objectfled::SPI_PIN ,
  objectfled::I2C_PIN , objectfled::STRAPPING_PIN , objectfled::LED_PIN
}
 

Functions

bool objectfled::is_valid_teensy4_pin (uint8_t pin)
 
PinValidationResult objectfled::validate_teensy4_pin (uint8_t pin)
 

Class Documentation

◆ objectfled::PinValidationResult

struct objectfled::PinValidationResult
Class Members
const char * error_message
PinIssueType issue_type
bool valid