@brief Get pointer to base CLEDController for linked list traversal
| 127 | |
| 128 | /// @brief Get pointer to base CLEDController for linked list traversal |
| 129 | CLEDController* asController() { return static_cast<CLEDController*>(this); } |
| 130 | const CLEDController* asController() const { return static_cast<const CLEDController*>(this); } |
| 131 | |
| 132 | /// @brief Get the LED array as a span (non-const) |
no outgoing calls
no test coverage detected