Project

General

Profile

Revision 649

The bay board library now compiles, usb communication has been verified. Next commit I will add the source, makefile, and hex for the bootloader. The main.c in charging_bay/main.c now has something I'm working on to be able to switch to bootloader by pushing the button

View differences:

orb.c
35 35
#include <avr/io.h>
36 36
#include "orb.h"
37 37

  
38

  
39
int main (void){
40
orb_init();
41
set_orb(0, 0, 200);
42
while(1);
43
return 0;
44
}
45

  
46 38
/**
47 39
 * @defgroup orbs Orbs
48 40
 * @brief Functions for controlling the color of the orbs.

Also available in: Unified diff