mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
38 lines
1.3 KiB
C++
38 lines
1.3 KiB
C++
/*----------------------------------------------------------------------------*/
|
|
/* 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. */
|
|
/*----------------------------------------------------------------------------*/
|
|
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include "ChipObject/RoboRIO_FRC_ChipObject_Aliases.h"
|
|
#include "ChipObject/tDMAManager.h"
|
|
#include "ChipObject/tInterruptManager.h"
|
|
#include "ChipObject/tSystem.h"
|
|
#include "ChipObject/tSystemInterface.h"
|
|
|
|
#include "ChipObject/nInterfaceGlobals.h"
|
|
#include "ChipObject/tAccel.h"
|
|
#include "ChipObject/tAccumulator.h"
|
|
#include "ChipObject/tAI.h"
|
|
#include "ChipObject/tAlarm.h"
|
|
#include "ChipObject/tAnalogTrigger.h"
|
|
#include "ChipObject/tAO.h"
|
|
#include "ChipObject/tBIST.h"
|
|
#include "ChipObject/tCounter.h"
|
|
#include "ChipObject/tDIO.h"
|
|
#include "ChipObject/tDMA.h"
|
|
#include "ChipObject/tEncoder.h"
|
|
#include "ChipObject/tGlobal.h"
|
|
#include "ChipObject/tInterrupt.h"
|
|
#include "ChipObject/tPower.h"
|
|
#include "ChipObject/tPWM.h"
|
|
#include "ChipObject/tRelay.h"
|
|
#include "ChipObject/tSPI.h"
|
|
#include "ChipObject/tSysWatchdog.h"
|
|
|
|
// FIXME: these should not be here!
|
|
using namespace nFPGA;
|
|
using namespace nRoboRIO_FPGANamespace;
|