add documentation
This commit is contained in:
parent
c35537036b
commit
275c84b48f
6 changed files with 1592 additions and 0 deletions
9
Documentation/bib/book.bib
Normal file
9
Documentation/bib/book.bib
Normal file
|
@ -0,0 +1,9 @@
|
|||
@book{example-book,
|
||||
title = {{Example Book}},
|
||||
author = {Lastname, Surname},
|
||||
isbn = {123456789},
|
||||
address = {Germany},
|
||||
publisher = {Goverment},
|
||||
year = {2019},
|
||||
edition = {Second}
|
||||
}
|
23
Documentation/bib/online.bib
Normal file
23
Documentation/bib/online.bib
Normal file
|
@ -0,0 +1,23 @@
|
|||
@online{pio-install,
|
||||
author = {PlatformIO},
|
||||
title = {Installation},
|
||||
urldate = {2022-03-24},
|
||||
year = {2022},
|
||||
url = {https://docs.platformio.org/en/latest//core/installation.html}
|
||||
}
|
||||
|
||||
@online{pio-about,
|
||||
author = {PlatformIO},
|
||||
title = {What is PlatformIO},
|
||||
urldate = {2022-03-24},
|
||||
year = {2022},
|
||||
url = {https://docs.platformio.org/en/latest//what-is-platformio.html}
|
||||
}
|
||||
|
||||
@online{vscode-about,
|
||||
author = {Visual Studio Code},
|
||||
title = {Getting Started},
|
||||
urldate = {2022-03-24},
|
||||
year = {2022},
|
||||
url = {https://docs.platformio.org/en/latest//what-is-platformio.html}
|
||||
}
|
Reference in a new issue