ws281x include files workaround

This commit is contained in:
LordGrey
2023-10-29 13:32:58 +01:00
parent 3f7ba14093
commit 1b98308718
4 changed files with 25 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
// LedDevice includes
#include <leddevice/LedDevice.h>
#include <ws2811.h>
#include <ws2811/ws2811.h>
///
/// Implementation of the LedDevice interface for writing to WS281x LED-device via pwm.