nrf5/pwm: Adding api to initialize pwm instances.

This commit is contained in:
Glenn Ruben Bakke 2016-12-19 17:09:46 +01:00
parent b4dc9254ac
commit faa1b77844

View File

@ -24,4 +24,6 @@
* THE SOFTWARE.
*/
void pwm_init0(void);
extern const mp_obj_type_t machine_hard_pwm_type;