wpilib-hal 0.1.1

Low-level bindings to WPILib's HAL. DO NOT USE THIS YET. THIS IS JUST TO SECURE THE NAME.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![allow(missing_docs)]

pub type Handle              = ::raw::HAL_Handle;
pub type PortHandle          = ::raw::HAL_PortHandle;
pub type AnalogInputHandle   = ::raw::HAL_AnalogInputHandle;
pub type AnalogOutputHandle  = ::raw::HAL_AnalogOutputHandle;
pub type AnalogTriggerHandle = ::raw::HAL_AnalogTriggerHandle;
pub type CompressorHandle    = ::raw::HAL_CompressorHandle;
pub type CounterHandle       = ::raw::HAL_CounterHandle;
pub type DigitalHandle       = ::raw::HAL_DigitalHandle;
pub type DigitalPwmHandle    = ::raw::HAL_DigitalPWMHandle;
pub type GyroHandle          = ::raw::HAL_GyroHandle;
pub type InterruptHandle     = ::raw::HAL_InterruptHandle;
pub type NotifierHandle      = ::raw::HAL_NotifierHandle;
pub type RelayHandle         = ::raw::HAL_RelayHandle;
pub type SolenoidHandle      = ::raw::HAL_SolenoidHandle;