julian Roll
/
PWM-Out
PWM
main.cpp
- Committer:
- Polteko123
- Date:
- 2016-01-11
- Revision:
- 0:7297f7629703
- Child:
- 1:1920065c0e72
File content as of revision 0:7297f7629703:
#include "mbed.h" #define PWM_Mask1 0x #define PWM_Mask2 0x PortOut PWMPort1(Port1, PWM_Mask1); PortOut PWMPort2(Port0, PWM_Mask2); int main() { }