Skip to content

Commit

Permalink
Esp32 Hardware support using I2s (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makuna authored Jun 13, 2018
1 parent 7ebfcb7 commit 36650a4
Show file tree
Hide file tree
Showing 5 changed files with 750 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/NeoPixelBus.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ License along with NeoPixel. If not, see

#elif defined(ARDUINO_ARCH_ESP32)

#include "internal/NeoEsp32I2sMethod.h"
#include "internal/NeoEspBitBangMethod.h"
#include "internal/DotStarGenericMethod.h"

Expand Down
Loading

0 comments on commit 36650a4

Please sign in to comment.