julian Roll
/
PWM-Out
PWM
Diff: main.cpp
- Revision:
- 0:7297f7629703
- Child:
- 1:1920065c0e72
diff -r 000000000000 -r 7297f7629703 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Jan 11 16:26:29 2016 +0000 @@ -0,0 +1,11 @@ +#include "mbed.h" + +#define PWM_Mask1 0x +#define PWM_Mask2 0x + +PortOut PWMPort1(Port1, PWM_Mask1); +PortOut PWMPort2(Port0, PWM_Mask2); + +int main() { + +}