Format code according to conventions (#16322)
This commit is contained in:
parent
afcdd7079c
commit
63646e8906
345 changed files with 4916 additions and 3229 deletions
|
@ -33,19 +33,19 @@
|
|||
#endif
|
||||
|
||||
#ifndef WS2812_T1H
|
||||
# define WS2812_T1H 900 // Width of a 1 bit in ns
|
||||
# define WS2812_T1H 900 // Width of a 1 bit in ns
|
||||
#endif
|
||||
|
||||
#ifndef WS2812_T1L
|
||||
# define WS2812_T1L (WS2812_TIMING - WS2812_T1H) // Width of a 1 bit in ns
|
||||
# define WS2812_T1L (WS2812_TIMING - WS2812_T1H) // Width of a 1 bit in ns
|
||||
#endif
|
||||
|
||||
#ifndef WS2812_T0H
|
||||
# define WS2812_T0H 350 // Width of a 0 bit in ns
|
||||
# define WS2812_T0H 350 // Width of a 0 bit in ns
|
||||
#endif
|
||||
|
||||
#ifndef WS2812_T0L
|
||||
# define WS2812_T0L (WS2812_TIMING - WS2812_T0H) // Width of a 0 bit in ns
|
||||
# define WS2812_T0L (WS2812_TIMING - WS2812_T0H) // Width of a 0 bit in ns
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue