Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src / orb.h @ daf6a575

History | View | Annotate | Download (186 Bytes)

1 066b08bb Tom Mullins
#ifndef ORB_H
2
#define ORB_H
3
4
void orb_init();
5
void orb_set0(unsigned char r, unsigned char g, unsigned char b);
6
void orb_set1(unsigned char r, unsigned char g, unsigned char b);
7
8
#endif