Template:Infobox dcontroller

From Deskthority wiki
Revision as of 15:53, 17 October 2020 by Findecanor (talk | contribs) (Wrong label)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Teensy 2.0
Manufacturer PJRC
Host port USB Mini B
Microcontroller ATMega32U4
MPU AVR (8-bit)
Voltage 5V
Clock speed 16 MHz
Digital I/O pins 25
I/O Voltage 5V
RAM 2.5 KB
Program memory 32 KB (- 0.5KB for bootloader)
EEPROM 1 KB
Boot loader HalfKay
Website www.pjrc.com/store/teensy.html
Schema www.pjrc.com/teensy/schematic.html

Microcontroller board infobox template

{{infobox dcontroller
| name         = Teensy 2.0
| manufacturer = PJRC
| designer     =
| license      =
| port         = USB Mini B
| uc           = ATMega32U4
| mpu          = AVR (8-bit)
| ucvoltage    = 5V
| ucclock      = 16 MHz
| iopins       = 25
| iovoltage    = 5V
| ram          = 2.5 KB
| progmem      = 32 KB (- 0.5KB for bootloader)
| eeprom       = 1 KB
| bootloader   = HalfKay
| website      = https://www.pjrc.com/store/teensy.html
| schema       = https://www.pjrc.com/teensy/schematic.html
}}

Parameters

name
Title of the infobox; defaults to the page title if omitted
manufacturer
The manufacturer(s) of the board
designer
Name or nick/alias/username of the circuit designer
license
License (if open hardware)
port
Port (USB micro B, USB Type C, PS/2 etc)
uc
Microcontroller (System on chip)
mpu
Type of processor inside the microcontroller
ucvoltage
Microcontroller voltage
ucclock
Microcontroller clock speed
iopins
Number of digital I/O pins of the board (when not used for other things)
iovoltage
Voltage of I/O pins
ram
Amount of RAM / SRAM memory
progmem
Amount of program memory / flash
eeprom
Amount of electrically erasable programmable memory (for storing macros etc)
bootloader
Bootloader loaded on device
website
URL to manufacturer's web site about the board
schema
URL to circuit schematics, or other design files