PWM: Add the ability to invert the output directly in PWM (without GPIO pinmux) pwm_invert
authorMegan Wachs <megan@sifive.com>
Mon, 2 Oct 2017 18:13:33 +0000 (11:13 -0700)
committerMegan Wachs <megan@sifive.com>
Mon, 2 Oct 2017 22:08:06 +0000 (15:08 -0700)
commit3e47ed6b335bc84d6469cf4c84eb1ccf5a0353cc
tree5f05dd32714041519a5f16dda84680d8ff14525f
parent4fcf349adb9e66ea7d8cc5394de5d3e0a2340985
PWM: Add the ability to invert the output directly in PWM (without GPIO pinmux)
src/main/scala/devices/pwm/PWM.scala
src/main/scala/util/Timer.scala