mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Splits HAL Digital and Analog Headers into multiple headers (#52)
The Digital and Analog headers (and the implementations, but that will be moved over later) are just too big and congested. This splits those headers, and then changes the few things that needed to be changed in WPILib to get the code working again. No function changes were made in this commit.
This commit is contained in:
committed by
Peter Johnson
parent
9e99df1cf7
commit
6d9b3b0aaa
@@ -11,7 +11,8 @@
|
||||
|
||||
#include "edu_wpi_first_wpilibj_hal_SPIJNI.h"
|
||||
|
||||
#include "HAL/Digital.h"
|
||||
#include "HAL/SPI.h"
|
||||
#include "HAL/SPIAccumulator.h"
|
||||
#include "HALUtil.h"
|
||||
|
||||
// set the logging level
|
||||
|
||||
Reference in New Issue
Block a user