
Pro Micro Development Board Compatible with Arduino 5V 16 Mhz
Arduino Pro Micro Clone 5V 16 Mhz Arduino Pro Micro has similar features to the Arduino Pro Mini version in terms of physical size, but it has an ATmega32U4 microcontroller integration, which means it also has additional features like USB HID that are available in cards such as Leonardo and Micro. The ATmega32U4 microcontroller has a direct USB connection, so you can program it directly over USB without needing an FTDI card like the Pro Mini. What Is Arduino ? Arduino is an open-source electronics platform based on simple software and hardware. It's designed for people who want to create interactive objects or environments and is used by hobbyists, students, and professional designers to control a variety of devices such as LEDs, motors, sensors, and more. The platform consists of a development board, software, and a community of users sharing their projects and resources. Arduino boards can be programmed using a language based on C++ and can communicate with a computer or other devices through USB or wireless connections. Arduino Pro Micro Specifications: ATmega32U4 microprocessor, 5V/16MHz Works on Arduino IDE v1.0.1 and above Internal micro USB connection for programming 9 10-bit ADC pins 12 digital I/O pins (5 with PWM capability) RX and TX hardware serial port connections Dimensions: 3.30 x 1.78 (cm) Useful Links: Circuit diagram EAGLE Files Graphical Datasheet ATmega32U4 Datasheet Arduino IDE Supplementary Files