No probaste asi ?, con un int al frente ? o con un int32 o un int16 ?Código: Cvoid blink_led(int PIN , int1 time_up,int time_down ) { output_high(PIN); delay_ms(time_up); output_low(PIN); delay_ms(time_down);}