Updated comments in led device headers (#265)

This commit is contained in:
penfold42
2016-10-08 22:52:22 +11:00
committed by redPanther
parent 5aac2be702
commit b42f3453b4
8 changed files with 13 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
#include "ProviderSpi.h"
///
/// Implementation of the LedDevice interface for writing to Ws2801 led device.
/// Implementation of the LedDevice interface for writing to Ws2812 led device via spi.
///
class LedDeviceWs2812SPI : public ProviderSpi
{