Intel Galileo Board GALILEOI データシート

製品コード
GALILEOI
ページ / 13
 
 
 
Order Number: 329681-003US 
 
Getting Started 
To get started, simply connect the board to power with the 5V AC-to-DC adapter and then connect to the 
computer with the micro-USB cable.  
Galileo has a dedicated forum for discussing the board.  
Details and Specifications 
Arduino Shield Supported Features 
Galileo is compatible with Arduino Uno shields and is designed to support 3.3V or 5V shields, following the 
Arduino Uno Revision 3, including:  
  14 digital input/output pins, of which 6 can be used as Pulse Width Modulation (PWM) outputs;   
o  Each of the 14 digital pins on Galileo can be used as an input or output, using pinMode(), 
o  The pins operate at 3.3 volts or 5 volts. Each pin can source a max of 10mA or sink a maximum of 
25 mA and has an internal pull-up resistor (disconnected by default) of 5.6k to 10 kOhms.  
  A0 – A5 - 6 analog inputs, via an AD7298 analog-to-digital (A/D) converter (datasheet) 
o  Each of the 6 analog inputs, labeled A0 through A5, provides 12 bits of resolution (i.e., 4096 
different values). By default they measure from ground to 5 volts.     
  I
2
C* bus, TWI, with SDA and SCL pins that are near to the AREF pin.  
o  TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.  
  SPI 
o  Defaults to 4MHz to support Arduino Uno shields. Programmable up to 25MHz.