Cite This Page
Bibliographic details for A Tarduino example done properly
- Page name: A Tarduino example done properly
- Author: The TinkerNet Wiki contributors
- Publisher: The TinkerNet Wiki, .
- Date of last revision: 8 December 2020 04:25 UTC
- Date retrieved: 30 October 2025 13:13 UTC
- Permanent URL: https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235
- Page Version ID: 1235
Citation styles for A Tarduino example done properly
APA style
A Tarduino example done properly. (2020, December 8). The TinkerNet Wiki, . Retrieved 13:13, October 30, 2025 from https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235.
MLA style
"A Tarduino example done properly." The TinkerNet Wiki, . 8 Dec 2020, 04:25 UTC. 30 Oct 2025, 13:13 <https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235>.
MHRA style
The TinkerNet Wiki contributors, 'A Tarduino example done properly', The TinkerNet Wiki, , 8 December 2020, 04:25 UTC, <https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235> [accessed 30 October 2025]
Chicago style
The TinkerNet Wiki contributors, "A Tarduino example done properly," The TinkerNet Wiki, , https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235 (accessed October 30, 2025).
CBE/CSE style
The TinkerNet Wiki contributors. A Tarduino example done properly [Internet]. The TinkerNet Wiki, ; 2020 Dec 8, 04:25 UTC [cited 2025 Oct 30]. Available from: https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235.
Bluebook style
A Tarduino example done properly, https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235 (last visited October 30, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "The TinkerNet Wiki",
title = "A Tarduino example done properly --- The TinkerNet Wiki{,} ",
year = "2020",
url = "https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235",
note = "[Online; accessed 30-October-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "The TinkerNet Wiki",
title = "A Tarduino example done properly --- The TinkerNet Wiki{,} ",
year = "2020",
url = "\url{https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1235}",
note = "[Online; accessed 30-October-2025]"
}