Glenn Ruben Bakke
|
ad4149cc80
|
nrf5/pwm: Moving out object types to header file so that it can be resused by other modules.
|
2017-01-06 23:40:23 +01:00 |
Glenn Ruben Bakke
|
3d120ac103
|
nrf5/pwm: Implementing start and stop call to hal on init and deinit as hal_init does not longer start the PWM automatically.
|
2016-12-31 17:07:30 +01:00 |
Glenn Ruben Bakke
|
d759123886
|
nrf5/pwm: Switching from hardcoded pin number to Pin object type as input to the new() function. Also changing the parameter from kw to arg.
|
2016-12-24 01:15:37 +01:00 |
Glenn Ruben Bakke
|
0999226103
|
nrf5/pwm: Updating pwm module with freq function which re-initilises the PWM instance such that new frequency will be applied.
|
2016-12-20 23:15:26 +01:00 |
Glenn Ruben Bakke
|
7bfe001d22
|
nrf5/pwm: Updating PWM dict table to have freq and duty function. Also added creation of default objects based on PWM name set in board config. Adding ifdef surrounding the import of hal_pwm.h as this module might be used by software implmentation of PWM later.
|
2016-12-17 01:03:39 +01:00 |
Glenn Ruben Bakke
|
930112753a
|
nrf5: Adding pwm work in progress machine PWM module.
|
2016-12-16 19:55:32 +01:00 |