Prepare sub-section for gpio, i2c, spi and pwm page.
This commit is contained in:
parent
9c2e0dc1f3
commit
1fc7d960a4
5 changed files with 14 additions and 1 deletions
2
docs/gpio.md
Normal file
2
docs/gpio.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
!!! info
|
||||||
|
Coming soon.
|
2
docs/i2c.md
Normal file
2
docs/i2c.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
!!! info
|
||||||
|
Coming soon.
|
2
docs/pwm.md
Normal file
2
docs/pwm.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
!!! info
|
||||||
|
Coming soon.
|
2
docs/spi.md
Normal file
2
docs/spi.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
!!! info
|
||||||
|
Coming soon.
|
|
@ -56,7 +56,12 @@ markdown_extensions:
|
||||||
# Page naming
|
# Page naming
|
||||||
pages:
|
pages:
|
||||||
- Introduction: 'index.md'
|
- Introduction: 'index.md'
|
||||||
- Hardware: 'hardware.md'
|
- Hardware:
|
||||||
|
- Overview : 'hardware.md'
|
||||||
|
- GPIO : 'gpio.md'
|
||||||
|
- PWM (Fan) : 'pwm.md'
|
||||||
|
- I2C (OLED) : 'i2c.md'
|
||||||
|
- SPI (NOR Flash) : 'spi.md'
|
||||||
- Kit Assembly: 'kit.md'
|
- Kit Assembly: 'kit.md'
|
||||||
- Install: 'install.md'
|
- Install: 'install.md'
|
||||||
- Software:
|
- Software:
|
||||||
|
|
Loading…
Reference in a new issue