nrf5/drivers/pwm: Expose pwm_init() as public function.

This commit is contained in:
Glenn Ruben Bakke 2017-05-17 00:47:44 +02:00 committed by glennrub
parent 02e215dc59
commit 226d872d11
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#ifndef __MICROPY_INCLUDED_LIB_PWM_H__
#define __MICROPY_INCLUDED_LIB_PWM_H__
void pwm_init(void);
void pwm_start(void);
void pwm_stop(void);