You are looking at the HTML representation of the XML format.
HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format.
To see the non HTML representation of the XML format, set format=xml.
See the complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>
  <query-continue>
    <allpages gapcontinue="Workshoplesson3" />
  </query-continue>
  <query>
    <pages>
      <page pageid="48" ns="0" title="Sensor &amp; actuation prototypes week1">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">Please include: 

- short abstract of what you have done (short = better) 
- a picture of the setup 
- links to tutorials / resources you have used to make it 
- a code example (you can use the &lt; pre&gt; and &lt; /pre&gt; tags for this) 

&lt;pre&gt; 
void setup()
{
Hi please make the code in this formatting. 
Make sure the code works!  
}

void loop()
{

} 
&lt;/pre&gt;



&lt;div style=&quot;height:30px; width: 850px; margin:0px; padding: 0px; padding-top: 0px; border: 0px;&quot;&gt;
&lt;div style=&quot;float:left; width: 180px; height 30px; border: 1px solid #aaa; margin-right:10px; &quot; align=&quot;center&quot;&gt;
[[Shared:Group 1|Group 1 (please fill your names)]]&lt;/div&gt;

&lt;div style=&quot;float:left; width: 180px; height 30px; border: 1px solid #aaa; margin-right:10px; &quot; align=&quot;center&quot;&gt;
[[Shared:Group 2|Group 2 (please fill your names)]]&lt;/div&gt;

&lt;div style=&quot;float:left; width: 180px; height 30px; border: 1px solid #aaa; margin-right:10px; &quot; align=&quot;center&quot;&gt;
[[Shared:Group 3|Group 3 (please fill your names))]]&lt;/div&gt;

&lt;div style=&quot;float:left; width: 180px; height 30px; border: 1px solid #aaa; margin-right:10px; &quot; align=&quot;center&quot;&gt;
[[Shared:Group 4|Group 4 (please fill your names)]]&lt;/div&gt;</rev>
        </revisions>
      </page>
      <page pageid="14" ns="0" title="Workshoplesson1">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">__FORCETOC__

== What is Arduino? ==


There are many complete documentations online about the Arduino platform and what it is, [https://learn.sparkfun.com/tutorials/what-is-an-arduino for instance here by SparkFun] or [https://www.arduino.cc/en/Guide/Introduction by the creators of Arduino].

 Arduino is an open-source electronics platform based on easy-to-use hardware and software. 
 Arduino boards are able to read inputs - light on a sensor, a finger on a   button, 
 or a Twitter message - and turn it into an output - activating a motor, turning on an LED, 
 publishing something online. You can tell your board what to do by
 sending a set of instructions to the microcontroller on the board. 
 To do so you use the Arduino programming language (based on Wiring), 
 and the Arduino Software (IDE),  based on Processing.

Arduino is an easy platform to interface with sensors and actuators. 

The hardware: 

[[File: Arduinoports.JPG| 500px]]

and the software: 

[[File: ArduinoIDE.png| 500px]]

In this example an ultrasonic sensor is hooked up to an Arduino that allows it to measure distance while an LCD screen is used to communicate this distance back to the user. 

[[File:Arduinoexample2.jpg | 500px]]

This can be described in a schematic such as the diagram below (example). 

[[File:Diagramsensorsactuators.gif | 500px]]

== Basic Sketches ==

Workshop: 

[https://www.arduino.cc/en/Main/Software - install the Arduino IDE]* 

Work on the challenges provided in the workshop


&lt;small&gt;
Please note that you can also code [https://create.arduino.cc/editor Arduino in your browser] and store your projects in the cloud. For this workshop however we will be using the Arduino IDE installed on your laptops. Just beware that Arduino has a lot of official and 3rd party tools to make coding and collaboration easier. For instance entire circuits can be prototyped virtually in platforms such as [http://www.circuits.io 123Circuits] or arduino can be programmed with a visual programming language with [https://www.visuino.com Visuino.com].
&lt;/small&gt;

== Further reference == 

On the main page of the Physical Computing workshop there is a chapter ''Resources'' listing links for further reference. 

Additionally several (e-)books on Arduino are available. 

[[File:Arduino_Cookbook.jpg | 240px]][[File:Arduinobook3.jpg | 240px]][[File:arduinofordummies.jpg | 240px]]</rev>
        </revisions>
      </page>
    </pages>
  </query>
</api>