Skip to content

Commit da33e77

Browse files
committed
added more pages
1 parent 8a86643 commit da33e77

11 files changed

Lines changed: 56 additions & 4 deletions

File tree

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ nav:
1010
- modules/atomvm/nav.adoc
1111
- modules/colosseo/nav.adoc
1212
- modules/nerves/nav.adoc
13+
- modules/solar/nav.adoc

modules/controllers/nav.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
* xref:pic16f877a.adoc[]
44
* xref:arduino.adoc[]
55
* xref:esp32.adoc[]
6-
* xref:smt32.adoc[]
6+
* xref:stm32.adoc[]
77
* xref:raspberry.adoc[]
8+
* xref:fpga.adoc[]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= FPGA
2+
3+
- https://github.com/chipsalliance/chisel
4+
- https://www.imm.dtu.dk/~masca/chisel-book.html

modules/controllers/pages/smt32.adoc

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= STM32
2+
3+
El STM32 es una gran alternativa a ESP32 cuando se necesitan
4+
soluciones profesionales de bajo consumo de calidad industrial.

modules/solar/nav.adoc

Whitespace-only changes.

modules/solar/pages/solar.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
= Energía Solar

modules/tools/nav.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.Herramientas
22
* xref:platformio.adoc[]
33
* xref:home-assistant.adoc[]
4-
* xref:grafana.adoc[]
4+
* xref:dashboards.adoc[]
5+
* xref:cad.adoc[]

modules/tools/pages/cad.adoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
= Herramientas de Computer Asisted Design (CAD)
2+
3+
== Proteus
4+
5+
- https://www.labcenter.com/simulation/
6+
7+
== Wokwi
8+
9+
- https://wokwi.com/esp32
10+
11+
== Thinkercad
12+
13+
- https://www.tinkercad.com/
14+
15+
== Autodesk Inventor
16+
17+
- https://www.autodesk.com/latam/products/inventor/overview
18+
19+
== FreeCad
20+
21+
- https://www.freecad.org/
22+
23+
== Autodesk Eagle
24+
25+
- https://www.autodesk.com/br/products/eagle/overview.acessado
26+
27+
== KiCad
28+
29+
- https://www.kicad.org/
30+
31+
== PCBWay
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= Dashboards
2+
3+
== Thingboard
4+
5+
- https://github.com/thingsboard/thingsboard
6+
7+
== OpenRemote
8+
9+
- https://github.com/openremote/openremote
10+
11+
== Grafana

0 commit comments

Comments
 (0)