Earlier quoted context omitted.
Wish there was a way to easily mirror it on Android - looks like good reading for a long flight.
The autofile subtree is 49.9MB, the whole site ~660.
The Untold History of Arduino
71–74 of 74 posts
Re: The Untold History of Arduino
#72Re: The Untold History of Arduino
#73Creating technology is part of the work, but sadly not the part that makes you successful. To be successful you need to get out and about and get in people's faces.
Re: The Untold History of Arduino
#74It's really just an Atmel AVR CPU, which you could buy on a development board before Arduino. Atmel has a tool chain for AVR CPUs, which is a version of GCC, so it's open source.[1] I've developed for such boards without any "Arduino" stuff. The Arduino project put a simplified IDE on the front of that. Their real innovation was social. They built a community around the thing and provided documentation that wasn't ad…
But doesn't PIC use GCC too? Disclaimer: I'm a long time PIC user, going all the way back to the PIC16C84. Long before anything like Arduino came out, I always found Microchip's documentation to be much easier to crack. Of course, I admit to a certain amount of mental inertia and familiarity with the platform as well.