Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Project Documentation

Arduino UNO Basic Setup for Custom Projects

Image of Arduino UNO Basic Setup for Custom Projects

Circuit Documentation

Summary

This document provides a detailed overview of the circuit design, including a list of components, wiring details, and the embedded code used in the microcontroller. The circuit consists of an Arduino UNO microcontroller, but no additional components or electrical connections are specified.

Component List

Arduino UNO

  • Description:
  • Purpose in Circuit:
  • Pins:
    • UNUSED
    • IOREF
    • Reset
    • 3.3V
    • 5V
    • GND
    • Vin
    • A0
    • A1
    • A2
    • A3
    • A4
    • A5
    • SCL
    • SDA
    • AREF
    • D13
    • D12
    • D11
    • D10
    • D9
    • D8
    • D7
    • D6
    • D5
    • D4
    • D3
    • D2
    • D1
    • D0

Wiring Details

There are no electrical connections specified in the circuit.

Embedded Code

Arduino UNO Code

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}

Documentation File


This concludes the documentation for the circuit. The Arduino UNO is the only component in the circuit, and no additional wiring or connections are specified. The provided code is a basic template for the Arduino UNO.