Eimantas Bernotavicius / Mbed 2 deprecated Nucleo_pwm

Dependencies:   mbed

Committer:
Weranest
Date:
Wed Apr 18 16:53:05 2018 +0000
Revision:
0:5ffcaef3e603
Control added

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Weranest 0:5ffcaef3e603 1 #include "mbed.h"
Weranest 0:5ffcaef3e603 2 #include "pwm.cpp"
Weranest 0:5ffcaef3e603 3
Weranest 0:5ffcaef3e603 4 int main(){
Weranest 0:5ffcaef3e603 5 motorSetup();
Weranest 0:5ffcaef3e603 6 return 0;
Weranest 0:5ffcaef3e603 7 }
Weranest 0:5ffcaef3e603 8