ESP8266 Developer Zone The Official ESP8266 Forum 2015-02-11T20:57:34+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=177 2015-02-11T20:57:34+08:00 2015-02-11T20:57:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=177&p=689#p689 <![CDATA[Re: pwm_start ... ok ... how pwm_stop?]]>
Analog_Pin wrote:
Hi

have we a api or other call to stop pwm what was start?
api says, pwm_start
api says in i2c_master_start and i2c_master_stop
but i have not read a
pwm_stop, can u teach me in this,
txs
Ann


To stop the pwm, we can just clear the FRC1 timer_enable bit.

RTC_CLR_REG_MASK(FRC1_CTRL_ADDRESS, FRC1_ENABLE_TIMER);

Statistics: Posted by costaud — Wed Feb 11, 2015 8:57 pm


]]>
2015-02-05T12:26:07+08:00 2015-02-05T12:26:07+08:00 https://bbs.espressif.com:443/viewtopic.php?t=177&p=635#p635 <![CDATA[pwm_start ... ok ... how pwm_stop?]]>
have we a api or other call to stop pwm what was start?
api says, pwm_start
api says in i2c_master_start and i2c_master_stop
but i have not read a
pwm_stop, can u teach me in this,
txs
Ann

Statistics: Posted by Guest — Thu Feb 05, 2015 12:26 pm


]]>