@ -11,16 +11,8 @@ void main(void)
{
stdio_init_all();
gpio_set_function(25, GPIO_FUNC_PWM);
pwm_set_enabled(4, true);
pwm_set_chan_level(4, PWM_CHAN_B, 30000);
gpio_init(25);
while(1){
printf("Exemple\n");
sleep_ms(1000);
}
The note is not visible to the blocked user.