We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have use only 89C51 microcontroller and program it by using uvsion keil, now I want to program Arduino controllers like Arduino atmega 2560 , Arduino UNO , etc. so is this possible ? If it is so kindly let me know which version of Keil supports arduino controllers. and also tell me is is that like simple to program as we program Atmel 89C51 controllers?
Please help me out
Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board. www.arduino.cc/.../Introduction
Arduino is an open-source tool used for building electronics projects. Arduino consists of a physical programmable circuit board (often [incorrectly] referred to as a micro-controller) and a development environment, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the board. http://www.arduino.org/
It would seem that arduino.cc have a better grasp of what a "microcontroller" is than do arduino.org