Cite This Page
Bibliographic details for Programming with MicroPython
- Page name: Programming with MicroPython
- Author: Miscellany contributors
- Publisher: Miscellany, .
- Date of last revision: 30 August 2022 12:57 UTC
- Date retrieved: 27 February 2026 12:15 UTC
- Permanent URL: https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566
- Page Version ID: 566
Citation styles for Programming with MicroPython
APA style
Programming with MicroPython. (2022, August 30). Miscellany, . Retrieved 12:15, February 27, 2026 from https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566.
MLA style
"Programming with MicroPython." Miscellany, . 30 Aug 2022, 12:57 UTC. 27 Feb 2026, 12:15 <https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566>.
MHRA style
Miscellany contributors, 'Programming with MicroPython', Miscellany, , 30 August 2022, 12:57 UTC, <https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566> [accessed 27 February 2026]
Chicago style
Miscellany contributors, "Programming with MicroPython," Miscellany, , https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566 (accessed February 27, 2026).
CBE/CSE style
Miscellany contributors. Programming with MicroPython [Internet]. Miscellany, ; 2022 Aug 30, 12:57 UTC [cited 2026 Feb 27]. Available from: https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566.
Bluebook style
Programming with MicroPython, https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566 (last visited February 27, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Miscellany",
title = "Programming with MicroPython --- Miscellany{,} ",
year = "2022",
url = "https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566",
note = "[Online; accessed 27-February-2026]"
}
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 = "Miscellany",
title = "Programming with MicroPython --- Miscellany{,} ",
year = "2022",
url = "\url{https://wiki.kats-sites.net/w/index.php?title=Programming_with_MicroPython&oldid=566}",
note = "[Online; accessed 27-February-2026]"
}