Here is a list of all examples:
system
randomizer
stimulus output
display functions
graphics functions
primitives drawing functions
bitmap drawing functions
- bitmaps01.c: draw bitmaps, default coordinate scale and system.
- bitmaps02.c: draw bitmaps, relative coordinate scale.
- bitmaps03.c: draw bitmaps, display coordinate system.
- bitmaps04.c: draw bitmaps, relative coordinate scale + display coordinate system.
- bitmaps05.c: prepare stimuli using memory bitmaps.
text input/output functions
audio functions
- audio01.c: read and play a sample from a file.
timer funtions
mouse functions
- mouse01.c: mouse as response device (no estimate of timing error).
- mouse02.c: define mouse buttons on the screen.
keyboard functions
- keyboard01.c: keyboard as response device (no estimate of timing error).
joystick functions
- joystick01.c: joystick as response device (no estimate of timing error).
cedrusbox functions
- cedrusbox01.c: cedrusbox as response device (estimate of timing error).
parallel port functions
- parport01.c: parallel port as response device (estimate of timing error).
- parport02.c: parallel port trigger input (estimate of timing error).
- parport03.c: parallel port trigger output (estimate of timing error).
serial port functions
- serialport01.c: serial port trigger input (estimate of timing error).
- serialport02.c: serial port trigger output (estimate of timing error).
- config_serialport.c: serial port functions needed by the examples above (configure the serial port).