Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 684 Bytes

index.md

File metadata and controls

15 lines (13 loc) · 684 Bytes

halc - Hardware Abstraction Layer for Python

halc provides an Hardware Abstraction Layer for Python projects. It handles dynamically iteration and removal of devices and provides easy to use functions to find and ensure devices presence. It also provides base Base Classes to have an abstract layer for different hardware.

Supported Hardware

Sensors
Motors,Servos,Acutators
Sound
Video
Networking

Import the modules for the hardware you want to use.
Now you can access it over hal.Devices class.