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:29 UTC
- Date retrieved: 30 October 2025 16:47 UTC
- Permanent URL: https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1238
- Page Version ID: 1238
Citation styles for A Tarduino example done properly
APA style
A Tarduino example done properly. (2020, December 8). The TinkerNet Wiki, . Retrieved 16:47, October 30, 2025 from https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1238.
MLA style
"A Tarduino example done properly." The TinkerNet Wiki, . 8 Dec 2020, 04:29 UTC. 30 Oct 2025, 16:47 <https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1238>.
MHRA style
The TinkerNet Wiki contributors, 'A Tarduino example done properly', The TinkerNet Wiki, , 8 December 2020, 04:29 UTC, <https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1238> [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=1238 (accessed October 30, 2025).
CBE/CSE style
The TinkerNet Wiki contributors. A Tarduino example done properly [Internet]. The TinkerNet Wiki, ; 2020 Dec 8, 04:29 UTC [cited 2025 Oct 30]. Available from: https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1238.
Bluebook style
A Tarduino example done properly, https://wiki.tinkernet.ca/index.php?title=A_Tarduino_example_done_properly&oldid=1238 (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=1238",
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=1238}",
note = "[Online; accessed 30-October-2025]"
}