Skip to content

Commit 4223ea5

Browse files
committed
Moved md documents from doc/ to docs/.
The HTML output is docs/html folder. So, having doc/ is redundant.
1 parent 395c2eb commit 4223ea5

7 files changed

Lines changed: 5 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ build/
3636
.vscode/
3737
html/
3838
*.bak
39-
docs/html

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ These classes are provided in this version.
1010

1111
| class | Description |
1212
|--------------------------------- |----------------------------- |
13-
| ::rpp_driver::[SdkWrapper](doc/sdkwrapper.md) | Wrapper class of Pico SDK |
14-
| ::rpp_driver::[GpioBasic](doc/gpiobasic.md) | Basic GPIO controller |
15-
| ::rpp_driver::[I2cMaster](doc/i2cmaster.md) | I2C Master controller |
16-
| ::rpp_driver::[I2sSlaveDuplex](doc/duplexslavei2s.md) | Polling based PIO I2S driver |
17-
| ::rpp_driver::[Adau1361](doc/adau1361.md) | Audio CODEC driver |
13+
| ::rpp_driver::[SdkWrapper](docs/sdkwrapper.md) | Wrapper class of Pico SDK |
14+
| ::rpp_driver::[GpioBasic](docs/gpiobasic.md) | Basic GPIO controller |
15+
| ::rpp_driver::[I2cMaster](docs/i2cmaster.md) | I2C Master controller |
16+
| ::rpp_driver::[I2sSlaveDuplex](docs/duplexslavei2s.md) | Polling based PIO I2S driver |
17+
| ::rpp_driver::[Adau1361](docs/adau1361.md) | Audio CODEC driver |
1818

1919

2020
## How to obtain this project
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)