Prepare sub-section for gpio, i2c, spi and pwm page.

This commit is contained in:
Gauthier Provost 2018-08-30 13:48:19 +08:00
parent 9c2e0dc1f3
commit 1fc7d960a4
5 changed files with 14 additions and 1 deletions

2
docs/gpio.md Normal file
View File

@ -0,0 +1,2 @@
!!! info
Coming soon.

2
docs/i2c.md Normal file
View File

@ -0,0 +1,2 @@
!!! info
Coming soon.

2
docs/pwm.md Normal file
View File

@ -0,0 +1,2 @@
!!! info
Coming soon.

2
docs/spi.md Normal file
View File

@ -0,0 +1,2 @@
!!! info
Coming soon.

View File

@ -56,7 +56,12 @@ markdown_extensions:
# Page naming
pages:
- 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'
- Install: 'install.md'
- Software: