/* char_int and int_char header */

unsigned char char_int(int input_pwm);
int int_char(unsigned char input_pwm);

