Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform: Add Edison board to test PWM
It was tested on Intel edison on PWM0 GPIO12 must be manually configured first using: ```sh gpio=12 echo $gpio | sudo tee -a /sys/class/gpio/export echo out | sudo tee /sys/class/gpio/gpio$gpio/direction echo mode1 | sudo tee /sys/kernel/debug/gpio_debug/gpio${gpio}/current_pinmux ``` More insights at: https://github.com/rzr/webthing-iotjs/wiki/Actuator Relate-to: rzr/webthing-iotjs#3 Change-Id: I6f587a840e8c429d91ba2491e7cddfdfab66bf4b Signed-off-by: Philippe Coval <p.coval@samsung.com>
- Loading branch information