Most sketches begin with setup(), which itself begins with arduboy.begin(), but where is the code for the begin()?
I looked in arduboy.h, found the public methods begin() and beginNoLogo() in the arduboy class definition, but there’s no code there.
So, what exactly executes when begin() is called?
Thanks in advance for helping an old, confused, COBOL programmer.