An open API service indexing awesome lists of open source software.

https://github.com/machinekoder/python-hal-seed

Seed configuraton for Python Machinekit HAL configurations
https://github.com/machinekoder/python-hal-seed

hal machinekit python seed

Last synced: 13 days ago
JSON representation

Seed configuraton for Python Machinekit HAL configurations

Awesome Lists containing this project

README

          

# Python HAL Seed
Python HAL seed code to get started with building Machinekit HAL applications.

[QtQuickVcp download section](https://github.com/qtquickvcp/QtQuickVcp#download)

## Starting the configuration
You can start the Machinekit configuration by running following from the terminal.

```bash
./run.py
```

Or with additional debug output

```bash
./run.py --debug
```

## What to edit?