Template:Xdata: Difference between revisions

From Bare Metal micro:bit
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 22: Line 22:
|X3700={{{{{2}}}|21|x21|car|Remote-controlled car|X3700|Use servos and radio to make a remote-controlled car}}
|X3700={{{{{2}}}|21|x21|car|Remote-controlled car|X3700|Use servos and radio to make a remote-controlled car}}
|X4000={{{{{2}}}|31|x31|adc|Analog to digital converter|X4000|A device driver for the analog to digital converter}}
|X4000={{{{{2}}}|31|x31|adc|Analog to digital converter|X4000|A device driver for the analog to digital converter}}
|X4100={{{{{2}}}|32|x32|infrared|Infrared remote control|X4100|A program that uses GPIO interrupts to decode signals from and infrared remote control}}
|X4100={{{{{2}}}|32|x32|infrared|Infrared remote control|X4100|A program that uses GPIO interrupts to decode signals from an infrared remote control}}
|X4200={{{{{2}}}|33|x33|clock|Neopixel clock|X4200|Software for a Neopixel-based clock}}
|X4200={{{{{2}}}|33|x33|clock|Neopixel clock|X4200|Software for a Neopixel-based clock}}
|?{{{1}}} unknown?}}</includeonly><noinclude>{{Documentation}}</noinclude>
|?{{{1}}} unknown?}}</includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 10:57, 15 August 2022

Documentation

A table of data about each experiment, indexed by the 'internal code', e.g. X2100. The fields for each experiment:

  1. Serial number. Example: 1.
  2. Two-digit serial number, used to form directory name. Example: 01.
  3. Directory name. Example: echo, giving x01-echo as the full directory name.
  4. Page title. Example: Building a program. The full page title will be 'Experiment 1 – Building a program'.
  5. Internal code, used for links. Example: X1000.
  6. Aim of the experiment. Example: Check you can upload a simple program.

Uses, for experiment X2100:

  • {{Xref|X2100}} gives a link 'Experiment 10' to the experiment page, labelled with the serial number.
  • {{Xproj|X2100}} gives the experiment's short name 'x10'.
  • {{Xdir|X2100}} gives the experiment's directory name 'x10-serial'.
  • {{Xtitle|X2100}} gives the experiment's title 'Experiment 10 – Serial communication'.