FastLED 3.9.15
Loading...
Searching...
No Matches
device.h File Reference

Detailed Description

SPI Device class for single-channel communication.

This file contains the main Device class for SPI communication.

Definition in file device.h.

#include "fl/stl/limits.h"
#include "fl/stl/stdint.h"
#include "fl/stl/unique_ptr.h"
#include "fl/stl/optional.h"
#include "fl/task/promise.h"
#include "fl/channels/spi/config.h"
#include "fl/channels/spi/transaction.h"
#include "platforms/shared/spi_types.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for device.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::spi::Device
 Single-channel SPI device interface (TX-only, transaction-based, optimized for FastLED) More...
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::spi