Changes between Version 4 and Version 5 of SoftwareOverviewIntermediate


Ignore:
Timestamp:
Oct 2, 2017, 11:10:21 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareOverviewIntermediate

    v4 v5  
    1111
    1212=== What is a Raspberry Pi Zero W? ===
    13 A Raspberry Pi Zero W is a tiny $10 computer.  It has usb ports, a video connector, wifi, and a GPIO (General Purpose Input/Output) connector to interface to the outside world.  The pins on this GPIO connector perform a variety of functions such as power, ground, input, and output.   The pins can programed to behave in different ways.  We'll be connecting to the Pi and running Java programs on it which control the GPIO connector and the world outside of the Pi.
     13A Raspberry Pi Zero W is a tiny $10 computer.  It has usb ports, a video connector, wifi, and a GPIO (General Purpose Input/Output) connector to interface to the outside world.  The pins on this GPIO connector perform a variety of functions such as power, ground, input, and output.   The pins can programmed to behave in different ways.  We'll be connecting to the Pi and running Java programs on it which control the GPIO connector and the world outside of the Pi.
    1414
    1515=== What is a Breadboard? ===