Project

General

Profile

Revision 829

Added by John Sexton over 15 years ago

View differences:

branches/autonomous_recharging/code/projects/Test/testmain.c
1
#include "lbomtest.h"
2
#include "orbtest.h"
3

  
4
int main(){
5
  testOrbs();
6
}
branches/autonomous_recharging/code/projects/Test/lbomtest.c
35 35
 *
36 36
 **/
37 37

  
38
#include "../libbayboard/lbom.h"
38
#include <lbom.h>
39 39
#include "lbomtest.h"
40 40

  
41 41
/**
42 42
 * Tests the lbom
43 43
 */
44 44
void testLbom(void){
45
  bom_init(BOM1_5);
45
  bom_init(2);
46 46
  bom_on();
47 47
}

Also available in: Unified diff