help / Mbed 2 deprecated Info_2_TD

Dependencies:   mbed TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Prequel.cpp Source File

Prequel.cpp

00001 /*#include "mbed.h"
00002 PwmOut Ve(p23);
00003 
00004 int main(){
00005     Ve.period_us(20000);
00006     while(1){    
00007         Ve.pulsewidth_us(18500);
00008     }
00009 }*/