Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / hunter_prey / testbench / main.c @ 1433

History | View | Annotate | Download (262 Bytes)

1 1433 alevkoy
// testbench for Lab 2 first checkpoint
2
// determine whether robot under test complies with communication standard
3
// to be conducted using XBee USB dongle
4
5
#include <stdlib.h>
6
#include <stdio.h>
7
#include <wl_basic.h>
8
#include "hunter_prey.h"
9
10
void main()
11
{
12
13
}