1 Star 0 Fork 0

wyardt/SAM3X8E-Libraries

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libraries.h 2.63 KB
一键复制 编辑 原始数据 按行查看 历史
brandonbraun653 提交于 2017-01-13 17:09 . CleanUpdate
#ifndef _LIBRARIES_
#define _LIBRARIES_
/*
* Core and peripherals registers definitions
*/
#include "sam.h"
#include "include/variant.h"
//Dependencies
#include <inttypes.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdint.h>
#include <math.h>
/************************************************************************/
/* Temporary */
/************************************************************************/
/************************************************************************/
/* Global Definitions */
/************************************************************************/
#include "include/definitions.h"
/************************************************************************/
/* Most of these libraries have been customized. Use with caution. */
/************************************************************************/
#include "include/dacc.h"
#include "include/ioController.h"
#include "include/pio.h"
#include "include/pmc.h"
#include "include/pwmc.h"
#include "include/ringbuffer.h"
#include "include/rng.h"
#include "include/rtc.h"
#include "include/rtt.h"
#include "include/scheduler.h"
#include "include/spi.h"
#include "include/timer.h"
#include "include/tc.h"
#include "include/timetick.h"
#include "include/twi.h"
#include "include/UART.h"
#include "include/USART.h"
/************************************************************************/
/* Peripheral Libraries */
/************************************************************************/
#include "Peripherals/Sensor.h"
#include "Peripherals/LSM9DS0.h"
#include "Peripherals/VCNL4010.h"
/************************************************************************/
/* Tertiary Libraries */
/************************************************************************/
#include "../Tertiary/Qfplib/qfplib-m3.h"
#include "../Tertiary/Qfplib/qfplib.h"
#include "../Tertiary/Qfplib/qfpio.h"
/************************************************************************/
/* Global Class Objects */
/************************************************************************/
/*
Task Scheduler
*/
extern Scheduler taskList;
/*
I2C
*/
extern TwoWireClass Wire;
extern TwoWireClass Wire1;
/*
Serial
*/
extern UARTClass Serial;
extern USARTClass Serial1;
extern USARTClass Serial2;
extern USARTClass Serial3;
/*
SPI
*/
extern SPIClass SPI;
/*
TIMER
*/
extern SystemTickClass milliSysTick;
#endif /* _LIBRARIES_ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wyardt/SAM3X8E-Libraries.git
git@gitee.com:wyardt/SAM3X8E-Libraries.git
wyardt
SAM3X8E-Libraries
SAM3X8E-Libraries
master

搜索帮助