Quote:
Originally Posted by Camaro
Then you've had better luck than me. I've been working with PIC's and other micro controllers for many years, and I've never accidentally locked a controller until I messed with the AVR. Those stupid fuse bits. Why call them fuses? They're configuration bits. I've also never been happy with Arduino. For someone getting started it's fine, but I like having lower level control to my bits.
|
Hardware for Arduino doesn't have any specific limit. It's just AVR processor boards with some standardization. You don't have to use the limiting programming environment, and you get to take advantage of all of the hardware pieces that fit together.
And having the environment there lets you easily get back to a running system if anything goes wrong.