Project

General

Profile

Statistics
| Revision:

root / branches / charge_station_isp / code / projects / template / main.c @ 554

History | View | Annotate | Download (89 Bytes)

1
#include <dragonfly_lib.h>
2

    
3
int main(void) {
4
        dragonfly_init(ALL_ON);
5
        return 0;
6
}