Skip to content

Instantly share code, notes, and snippets.

@fape
Created September 12, 2018 15:26
Show Gist options
  • Save fape/85c77e093c59efff5cff4d79cb0f38c9 to your computer and use it in GitHub Desktop.
Save fape/85c77e093c59efff5cff4d79cb0f38c9 to your computer and use it in GitHub Desktop.
inav 1.7.3 naze w/ ledstrip and w/o blackbox
#define LED_STRIP
#define WS2811_PIN PA6
#define WS2811_DMA_TC_FLAG DMA1_FLAG_TC6
#define WS2811_DMA_HANDLER_IDENTIFER DMA1_CH6_HANDLER
#define WS2811_DMA_STREAM DMA1_Channel6
#undef BLACKBOX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment