PWM

Dependencies:   mbed

main.cpp

Committer:
Polteko123
Date:
2016-01-16
Revision:
1:1920065c0e72
Parent:
0:7297f7629703

File content as of revision 1:1920065c0e72:

#include "mbed.h"

#define PWM_Mask1 0x00020080
#define PWM_Mask2 0x01830000

PortOut PWMPort1(Port1, PWM_Mask1);
PortOut PWMPort2(Port0, PWM_Mask2);

int main() {
    
}