Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (153 Bytes)

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

    
4
int main(void)
5
{
6
        /* initialize components */
7
        sei();
8
        orb_init();
9

    
10
        orb_set(255, 0, 0);
11

    
12
        while(1);
13
}