Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / stationCode / v1 / main.c @ 1059

History | View | Annotate | Download (176 Bytes)

1
#include <dragonfly_lib.h>
2
#include <encoders.h>
3

    
4
int main(void)
5
{
6
        /* initialize components */
7
        dragonfly_init(ALL_ON);
8
        orb_enable();
9

    
10
        orb1_set_color(ORANGE);
11

    
12
        return 0;
13
}