You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[es]
La librería RSD se basa en el manejo preciso de tiempos, para eso utiliza timers e interrupciones. La librería de referencia que también requiere de dicho control es Tone, la cual genera una señal cuadrada en cualquier pin de arduino.
Dado que es una librería muy común (a punto tal que ni siquiera se la considera librería, está en el core de arduino), está tambien implementada para ATtinys.
Nuestro código de referencia es entonces:
[en]
The RSD library is based on precise time management, for that it uses timers and interruptions. The reference library that also requires such control is Tone, which generates a square signal on any arduino pin.
Since it is a very common library (a point that is not even considered library, it is in the arduino core), it is also implemented for ATtinys.
Our reference code is then:
[es]
La librería RSD se basa en el manejo preciso de tiempos, para eso utiliza timers e interrupciones. La librería de referencia que también requiere de dicho control es Tone, la cual genera una señal cuadrada en cualquier pin de arduino.
Dado que es una librería muy común (a punto tal que ni siquiera se la considera librería, está en el core de arduino), está tambien implementada para ATtinys.
Nuestro código de referencia es entonces:
Que se encuentra en el ATTiny Core:
Hay que tener algunas consideraciones en el caso de esta serie (ATtiny x5) dado que poseen un timer de alta velocidad y PLL:
[en]
The RSD library is based on precise time management, for that it uses timers and interruptions. The reference library that also requires such control is Tone, which generates a square signal on any arduino pin.
Since it is a very common library (a point that is not even considered library, it is in the arduino core), it is also implemented for ATtinys.
Our reference code is then:
What is in the ATTiny Core:
There are some considerations in the case of this series (ATtiny x5) since they have a high speed timer and PLL:
The text was updated successfully, but these errors were encountered: