mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-18 01:50:55 +02:00
formating
This commit is contained in:
@@ -333,9 +333,9 @@ public:
|
|||||||
NeoNrf52xPwmN(NeoBusChannel channel)
|
NeoNrf52xPwmN(NeoBusChannel channel)
|
||||||
{
|
{
|
||||||
NRF_PWM_Type* PWM[] = {
|
NRF_PWM_Type* PWM[] = {
|
||||||
NRF_PWM0,
|
NRF_PWM0,
|
||||||
NRF_PWM1,
|
NRF_PWM1,
|
||||||
NRF_PWM2
|
NRF_PWM2
|
||||||
#ifdef NRF_PWM3
|
#ifdef NRF_PWM3
|
||||||
,NRF_PWM3
|
,NRF_PWM3
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user