\ pwm gforth interface version 09.02 c-library pwm_09_02 s" pwm" add-lib \c #include c-function pwm_version pwm_version -- n \ returns this pwm interface lib version # c-function pwm_test pwm_test -- n c-function pwm_isInitialized pwm_isInitialized -- n c-function pwm_readRegister pwm_readRegister n -- n c-function pwm_getFreq pwm_getFreq -- n c-function pwm_setFreq pwm_setFreq r -- n c-function pwm_setDutyCycle pwm_setDutyCycle r n r -- n c-function pwm_setPulseWidth pwm_setPulseWidth r n r -- n c-function pwm_fullOn pwm_fullOn n r -- n c-function pwm_fullOff pwm_fullOff n r -- n c-function pwm_sleep pwm_sleep -- n c-function pwm_wakeUp pwm_wakeUp -- n c-function pwm_softReset pwm_softReset -- n c-function pwm_hardReset pwm_hardReset -- n end-c-library