README.txt overview for MyroC test programs

The MyroC package includes a collection of test programs that exercise
many of the Scribbler 2's capabilities.  

This package includes the following files:

  * README.txt: this file with general directions
  * License.txt: an overview of the
        Attribution-Non-Commercial-Share Alke 4.0 International License
  * Demonstrations of movement and beeping
    * beep-move-demo.c
    * scribbler-espeak.c
  * set-robot-name:  set robot name to the name of its paired workstation
  * spirit-song.c:   robot plays a song
  * test-???.c:  test of the robot's ??? sensors

Compilation details vary between Linux and Mac platforms, so two
Makefiles are supplied:

   * Makefile-linux should be used for Linux platforms
   * Makefile-mac   should be used for Mac platforms

Use one of the following commands to create the relevant symbolic link:

   ln -s Makefile-linux Makefile
   ln -s Makefile-mac Makefile

With this symbolic link created, use the make command to compile
C programs.  For example,

   make spirit-song

All MyroC software is licensed under a Creative Commons
Attribution-Non-Commercial-Share Alke 4.0 International License.

Full installation instructions are available through links from
   http://www.cs.grinnell.edu/~walker/MyroC/

Created 20 October 2015 by Henry M. Walker
Last revised 20 October 2015 by Henry M. Walker

