mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Split HAL Digital Implementation files (#59)
Split to match the new headers. Uses a namespace 'hal' for internal functions and globals. SPIAccumulator merged back into SPI header, as it was not a good split. Analog accumulator will move back to analog input when the analog split is done.
This commit is contained in:
committed by
Peter Johnson
parent
305ab08f1c
commit
da6b8c7ae1
@@ -9,8 +9,9 @@
|
||||
|
||||
#include "ChipObject.h"
|
||||
|
||||
extern void remapDigitalSource(bool analogTrigger, uint32_t& pin,
|
||||
uint8_t& module);
|
||||
#include "DigitalInternal.h"
|
||||
|
||||
using namespace hal;
|
||||
|
||||
struct Interrupt // FIXME: why is this internal?
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user