Tiny Startup setup() after power on takes time? #1092
Unanswered
coderatchance
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Are you using a bootloader? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I have realised that my tiny takes like a second to startup, indeed, we can adjust that in the TinyMegaCore menu,
however, is there anything else that is reducing the startup time?
Actually, how much delay() do you actually use once you run a particular functions in setup().
For instance, I have to run the sensor setup with several adjustments, while I need to read from the eeprom as well...
so what would you suggest is the minimum time needed to write to the register for the peripheral on the i2c...
Best.
Beta Was this translation helpful? Give feedback.
All reactions