Skip to content

Commit

Permalink
actually use config file
Browse files Browse the repository at this point in the history
  • Loading branch information
cpldcpu committed Nov 18, 2023
1 parent 34b30b1 commit 49c1d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions light_ws2812_AVR/Light_WS2812/light_ws2812.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#ifndef LIGHT_WS2812_H_
#define LIGHT_WS2812_H_

#include "ws2812_config.h"
#include <avr/io.h>
#include <avr/interrupt.h>

Expand Down

0 comments on commit 49c1d7c

Please sign in to comment.