Component details pages added

This commit is contained in:
Paulus Schoutsen 2015-10-25 00:58:12 -07:00
parent 04f48395d6
commit 03d0d75ae1
130 changed files with 610 additions and 471 deletions

View file

@ -1,20 +1,16 @@
---
layout: page
layout: component
title: "Arduino"
description: "Instructions how to setup an Arduino boards within Home Assistant."
date: 2015-06-27 10:28
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
logo: arduino.png
ha_category: DIY
logo: arduino.png
ha_category: Hub
---
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
The [Arduino](https://www.arduino.cc/) device family are microcontroller boards that are often based on the ATmega328 chip. They come with digital input/output pins (some can be used as PWM outputs), analog inputs, and a USB connection. The equipment depends on the [type](https://www.arduino.cc/en/Main/Products) of board. The most common ones are the Arduino Uno and the Arduino Leonardo with 14 digital input/output pins and 6 analog input pins.
There are a lot of extensions (so called [shields](https://www.arduino.cc/en/Main/ArduinoShields)) available. Those shields can be plugged-in into the existing connectors and stacked on top of each other. This makes it possible to expand the capabilities of the Arduino boards.