Project

General

Profile

Statistics
| Revision:

root / branches / autonomous_recharging / code / projects / Test / testmain.c @ 860

History | View | Annotate | Download (178 Bytes)

1
#include "lbomtest.h"
2
#include "orbtest.h"
3
#include "testhoming.h"
4
#include "bayboard_lib.h"
5

    
6
int main(void){
7
        bayboard_init(ALL_ON);
8

    
9
  usb_puts("welcome\n");
10
  testHoming();
11
}