Skip to main content

a package to interact with the HIL platform

Project description

Vinnter HIL

Python package to interact with the hil hardware.

Usage

pip3 install vinnter-hil
from vinnter_hil.hardware_interaction import HardwareControler

serial_config = {'port': '/dev/ttyACM0', 'baudrate': 115200, 'term_seq': b'uart:~$ ', 'timeout': 1}
gpio_config = {'host': '192.168.0.103', 'port': 8888}
pinout = {'reset': 16, 'power': 17}
hw_controler = HardwareControler(serial_config=serial_config, gpio_config=gpio_config, pinout=pinout)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page