Data Sheet
External(non‐USB)powercancomeeitherfromaDCpowersupplyorbattery.
LeadsfromabatteryorDCpowersupplycanbeconnectedtotheGndandVin
pins.
Theboardcanoperateonanexternalsupplyof6to20volts.Ifsuppliedwithless
than7V,however,the5Vpinmaysupplylessthanfivevoltsandtheboardmay
becomeunstable.Ifusingmorethan12V,thevoltageregulatormayoverheatand
damagetheboard.Therecommendedrangeis7to12volts.
Thepowerpinsareasfollows:
VI.TheinputvoltagetotheMICROboardwhenit'susinganexternalpowersource
(asopposedto5voltsfromtheUSBconnectionorotherregulatedpowersource).
Youcansupplyvoltagethroughthispin.
5V.Theregulatedpowersupplyusedtopowerthemicrocontrollerandother
componentsontheboard.ThiscancomeeitherfromVINviaanon‐board
regulator,orbesuppliedbyUSBoranotherregulated5Vsupply.
3V.A3.3voltsupplygeneratedbytheon‐boardregulator.Maximumcurrentdraw
is50mA.
GND.Groundpins.
Memory
TheATmega32U4has32KB(with4KBusedforthebootloader).Italsohas2.5KB
ofSRAMand1KBofEEPROM(whichcanbereadandwrittenwiththeEEPROM
library).https://www.arduino.cc/en/Main/en/Reference/EEPROM
InputandOutput
SeethemappingbetweenArduinopinsandATmega32U4ports,andthePin
MappingoftheArduinoMicro:
nomebottone
https://www.arduino.cc/en/Hacking/PinMapping32u4
nomebottone
https://www.arduino.cc/en/uploads/Main/ArduinoMicro_Pinout3.png
Eachofthe20digital i/opinsontheMicrocanbeusedasaninputoroutput,
usingpinMode(),digitalWrite(),anddigitalRead()functions.Theyoperateat5
volts.Eachpincanprovideorreceive20mAasrecommendedoperatingcondition
andhasaninternalpull‐upresistor(disconnectedbydefault)of20‐50kohm.A
maximumof40mAisthevaluethatmustnotbeexceededtoavoidpermanent
damagetothemicrocontroller.