Hello, I´m a newie. I started with the proyects posted in section for beginners and I have the following problem:
I tested the proyect "binary progression" and all works ok in simulation, but when I wired in a proyect board,
the delays programmed run faster than should be. I measured about 200ms with my oscilloscope and the programed value was 500ms , its a big difference.
Later I changed delay_ms(500) for delay_s(2). In this case it works ok, ie programmed values are very similar to measured ones.
Is there a range values that could be used inside delays functions like