소스 검색

update includes for dep naming

main
John Robinson 3 년 전
부모
커밋
386d9aa68f
No known key found for this signature in database
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

Loading…
취소
저장