Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 444 Bytes

api.rst

File metadata and controls

19 lines (12 loc) · 444 Bytes

HAL API

The WPILib Hardware Abstraction Layer (HAL) is used by WPILib to interact with robot devices in a platform independent way.

Generally, RobotPy users should avoid interacting with the HAL directly.

Note

Previously there were useful HAL simulation components in the hal.simulation package. They have been moved to wpilib.simulation instead.

.. toctree::

  hal
  hal.simulation