View Single Post
Old 05-23-2011, 12:00 AM   #4782 (permalink)
DJBecker
EcoModding Apprentice
 
Join Date: Nov 2010
Location: Annapolis
Posts: 159
Thanks: 0
Thanked 32 Times in 27 Posts
Quote:
Originally Posted by Camaro View Post
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.
  Reply With Quote