12 lines
365 B
YAML
12 lines
365 B
YAML
version: "1.0.0"
|
|
description: "Relay channel driver for bipolar motors."
|
|
license: "MIT"
|
|
url: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn"
|
|
repository: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn.git"
|
|
dependencies:
|
|
idf: ">=5.0"
|
|
examples:
|
|
- path: examples/relay_chn_single
|
|
- path: examples/relay_chn_multi
|
|
files:
|
|
use_gitignore: true |