Programming the Raspberry Pi
####Quick intro
The Raspberry Pi website has a lot of information, but if you want a quick introduction go here first.
####The task
- Inspect the Raspberry Pi and the various detectors;
- Decide on a project idea;
- Write down a project plan;
- Divide the tasks up;
- Start working.
####What you need to find out
- The programming environment;
- The libraries you will need;
- What the GPIO is and how to interface with it;
- How to connect devices to the GPIO;
- How to set up a web service on the Pi.
####The groups
Within your groups, each take one of the following roles:
- Project manager
- Programmer (x 2)
- Engineer
- Analyst