Added note and link to the variants example site
This commit is contained in:
parent
5cb239a651
commit
ed40c64af7
|
|
@ -6,6 +6,10 @@
|
|||
[](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
|
||||
[](https://pypi.org/project/kibot/)
|
||||
|
||||
**New on 0.7.0**:
|
||||
Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad.
|
||||
To learn more about KiBot variants visit the [example repo](https://github.com/INTI-CMNB/kibot_variants_arduprog).
|
||||
|
||||
## Index
|
||||
|
||||
* [Introduction](#introduction)
|
||||
|
|
@ -38,6 +42,9 @@ KiBot lets you do this. The following picture depicts the data flow:
|
|||
|
||||

|
||||
|
||||
**New on 0.7.0**:
|
||||
Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad.
|
||||
To learn more about KiBot variants visit the [example repo](https://github.com/INTI-CMNB/kibot_variants_arduprog).
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@
|
|||
[](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
|
||||
[](https://pypi.org/project/kibot/)
|
||||
|
||||
**New on 0.7.0**:
|
||||
Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad.
|
||||
To learn more about KiBot variants visit the [example repo](https://github.com/INTI-CMNB/kibot_variants_arduprog).
|
||||
|
||||
## Index
|
||||
|
||||
* [Introduction](#introduction)
|
||||
|
|
@ -38,6 +42,9 @@ KiBot lets you do this. The following picture depicts the data flow:
|
|||
|
||||

|
||||
|
||||
**New on 0.7.0**:
|
||||
Now KiBot supports *variants*. To my knowledge this is the first tool to implement such a feature, in a transparent way and from schematic to PCB, for KiCad.
|
||||
To learn more about KiBot variants visit the [example repo](https://github.com/INTI-CMNB/kibot_variants_arduprog).
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue