Project

General

Profile

Statistics
| Revision:

root / branches / autonomous_recharging / code / projects / charging_bay / main.c @ 647

History | View | Annotate | Download (93 Bytes)

1
#include <bayboard_lib.h>
2

    
3
int main(void)
4
{
5
        bayboard_init(ALL_ON);
6
        while(1);
7
        return 0;
8
}
9