ソースを参照

update includes for dep naming

main
John Robinson 3年前
コミット
386d9aa68f
この署名に対応する既知のキーがデータベースに存在しません
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/WS2812Serial.h

+ 2
- 2
src/WS2812Serial.h ファイルの表示

@@ -24,8 +24,8 @@
#ifndef WS2812Serial_h_
#define WS2812Serial_h_

#include <Arduino.h>
#include "DMAChannel.h"
#include <core/Arduino.h>
#include <core/DMAChannel.h>

#define WS2812_RGB 0 // The WS2811 datasheet documents this way
#define WS2812_RBG 1

読み込み中…
キャンセル
保存