forked from am32-firmware/AM32
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged tridge:pr-vscode-support & Huibean:add-vimdrones-l4-target
- Loading branch information
1 parent
c2aa4c9
commit 8168d32
Showing
7 changed files
with
516 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#ifndef INC_WS2812_H_ | ||
#define INC_WS2812_H_ | ||
|
||
#include "main.h" | ||
|
||
void send_LED_DMA(); | ||
void WS2812_Init(void); | ||
void send_LED_RGB(uint8_t red, uint8_t green, uint8_t blue); | ||
|
||
extern char dma_busy; | ||
|
||
#endif /* INC_WS2812_H_ */ |
Oops, something went wrong.