This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf_pwm_values_individual_t pwm RGB LED

I want to have blinky orange led,

0 mean on, 0x8000 is off, right? and why??

I have no idea what's 0x8000 mean!

so if I want have orange(full-R and half-G), how can i do?

thanks!

There is the code of red led blinky, static nrf_pwm_values_individual_t seq0_values[]={ {0x8000,0x8000,0 ,0x8000}, {0x8000,0x8000,0 ,0x8000}, {0x8000,0x8000,0x8000,0x8000}, {0x8000,0x8000,0x8000,0x8000} };

Related