Forget something during Black Friday/Cyber Monday? Check out the Week of Deals!
Member Since: September 21, 2010
Country: Canada
C/C++/C#; Java; QBasic
Camosun College (Victoria BC)
Embedded design/development; Software development
Is 14 seconds the correct update lag? Not 1.4 seconds?
How about opening it up to your neighbours in the north?
They told me the Olympic torch would be here! What gives?
I don't see pricing or inventory information!
Flux capacitor... check. One point twenty-one jiggawatts... check. Now how do I get this thing to 88mph?
LOL I was about to berate you for not reading my comment, then realized you meant the hassle and expense of having kids.
When I'm a dad, I'm totally making things like this for my kids.
I think one reason you aren't seeing anything close to 16 MHz, is that each call to digitalWrite() is not one instruction, but rather one call to a function. digitalWrite() would make another series of function calls and so forth until eventually (after compilation) we get a list of assembler instructions to actually toggle a hardware pin. That list could be tens of instructions long (or more). Any other thoughts?