<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>walkingwheels on Water  #11 Simple PWM demo</title><link>/challenges-projects/design-challenges/iot-on-wheels/b/blog/posts/walkingwheels-on-water-11-simple-pwm-demo</link><description>1. I have tried many times to understand PWM function in mbed this week. Only to blink the LED by PWM in 60Hz, which turning to be very simple. As follows,#include &amp;quot;mbed.h&amp;quot;
PwmOut mypwm(LED1);
int main() {
 mypwm.period_ms(1000);
 myp...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator></channel></rss>