浏览代码

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

正在加载...
取消
保存