/********************************************/
/*MainBrain.h - Header file                  */
/*PIC32MX695F512L-80I/PF                    */
/********************************************/

#ifndef MAINBRAIN_H
#define	MAINBRAIN_H

int led_port_data;
void LED_Port(int led_port_data);
void LED_Port_Init(void);
__attribute__((aligned(512))) int BDT[100];
int Device_Descriptor[] = { 0x02000112, 0x08000002, 0x000a04d8, 0x02010100, 0x00000100 };
int EP0_Buffer[64];
int addr;

#endif /*MAINBRAIN_H*/
