Project

General

Profile

Revision 137

Updated recharing, software somewhat works.

View differences:

main.c
6 6

  
7 7
int main(void)
8 8
{
9
	dragonfly_init(ALL_ON);
9
	dragonfly_init(ALL_ON ^ ORB);
10 10
	usb_puts("Initializing wireless.\n");
11 11
	wl_init();
12
	orb_set_color(YELLOW);
12
	//orb_set_color(YELLOW);
13 13
	wl_token_ring_register();
14 14
	wl_token_ring_join();
15 15
	usb_puts("Wireless initialized.\n");

Also available in: Unified diff