This directory contains test code for the BEDS controller.  These produce (mostly)
standalone PicoDOS applications (*.PXE files) that can be loaded to the BEDS controller
for test purposes.  A significant advantage is that these test programs link to
the embedded BEDS code, thus testing portions of that embedded code.

The PicoDOS applications are built using the BEDSTest.mcp project file found in the
base directory of the BEDS project.

APPLICATIONS
------------

adTest.c - Simple test program to read the 8 A/D channels

lpstop.c - Program to test low-power stop mode of the CPU.  If you power the BEDS board
through a milliammeter, you can measure the low-power stop current.

serMPU - deprecated

decodeMain.c - Program to decode BEDS event (.EVT) and watch (.WAT) files.  This,
as an exception to the above rule, can be built EITHER into a standalone PicoDOS
application (DECODE.PXE) OR as either a Linux (decode) or Cygwin/DOS (decode.exe) file.
You can then display your data on any of these systems.

The included Makefile can be used to make either the Linux or Cygwin version of the app.
For Linux, set an environment variable called IS_UNIX
