mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
bd2b1bd5de
Apply PWM_VOLT_PIN without reboot. Check if the voltage pin can be used with ADC when setting up. Set voltage to NAN, when it's unknown (including pyflix). pyflix@0.15. Don't send BATTERY_STATUS when voltage is unknown. Add dummy voltage to the simulator.
30 lines
682 B
TOML
30 lines
682 B
TOML
[project]
|
|
name = "pyflix"
|
|
version = "0.15"
|
|
description = "Python API for Flix drone"
|
|
authors = [{ name="Oleg Kalachev", email="okalachev@gmail.com" }]
|
|
license = "MIT"
|
|
readme = "pyflix/README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"pymavlink",
|
|
]
|
|
|
|
[project.scripts]
|
|
flix-proxy = "pyflix.proxy:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|
|
packages = ["pyflix"]
|
|
|
|
[tool.setuptools.package-data]
|
|
pyflix = ["README.md"]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/okalachev/flix/tree/master/tools/pyflix"
|
|
Repository = "https://github.com/okalachev/flix"
|
|
Issues = "https://github.com/okalachev/flix/issues"
|