zephyr/samples/drivers/pwm
Baohong Liu 9824608935 samples: pwm: use new API and add rgb led app
Add a new pwm app (rgb led) using the new API.

Following the recent pwm RFC, all existing APIs will
be deprecated. Two new APIs will be added. The changes
for the new APIs and the required driver function have
been posted.

To demonstrate the usage of the new PWM APIs, this app
to drive a rgb led is added. It will use the new API
pwm_pin_set_usec().

This app will be located in a new sub directory.

Jira: ZEP-745 ZEP-1029

Origin: Original

Change-Id: If8e5d8ab22dcf8b7cf3665e38949715c61ca9c03
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-10-31 20:02:23 +00:00
..
blink_led samples: pwm: use new APIs and rename the app 2016-10-31 20:01:05 +00:00
fade_led samples: pwm: use new API and add fade led app 2016-10-31 20:01:28 +00:00
rgb_led samples: pwm: use new API and add rgb led app 2016-10-31 20:02:23 +00:00
servo_motor samples: pwm: use new API and add motor control app 2016-10-31 20:02:06 +00:00