#include "lpc17xx.h"
#include "type.h"
#include "pwm.h"
#define ARRAYLENGTH 16
uint32_t dctest=0;//variable for choosing an integer from Array
const unsigned char dutyMod[ARRAYLENGTH] = {
10,
20,
30,
40,
50,
60,
70,
80,
90,
80,
70,
60,
50,
40,
30,
20,
};
|