-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChipObject.h
28 lines (24 loc) · 1020 Bytes
/
ChipObject.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */
/*----------------------------------------------------------------------------*/
#ifndef __ChipObject_h__
#define __ChipObject_h__
#include "ChipObject/tAccumulator.h"
#include "ChipObject/tAI.h"
#include "ChipObject/tAlarm.h"
#include "ChipObject/tAnalogTrigger.h"
#include "ChipObject/tCounter.h"
#include "ChipObject/tDIO.h"
#include "ChipObject/tDMA.h"
#include "ChipObject/tDMAManager.h"
#include "ChipObject/tEncoder.h"
#include "ChipObject/tGlobal.h"
#include "ChipObject/tInterrupt.h"
#include "ChipObject/tInterruptManager.h"
#include "ChipObject/tSolenoid.h"
#include "ChipObject/tWatchdog.h"
using namespace nFPGA;
using namespace nAD9A5591CC64E4DF756D77D1B57A549E;
#endif