-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpaper.bib
More file actions
22 lines (20 loc) · 649 Bytes
/
paper.bib
File metadata and controls
22 lines (20 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@article{George:2016,
title={MicroPython: Python for microcontrollers},
author={George, Damien P},
journal={GitHub repository},
year={2016},
url={https://github.com/micropython/micropython}
}
@manual{uasyncio:2024,
title={uasyncio — asynchronous I/O scheduling},
author={{MicroPython Documentation}},
year={2024},
url={https://docs.micropython.org/en/latest/library/uasyncio.html}
}
@online{micropidash:2026,
author={Kritish Mohapatra},
title={micropidash: Lightweight MicroPython IoT Dashboard},
year={2026},
url={https://github.com/kritishmohapatra/micropidash},
note={PyPI: https://pypi.org/project/micropidash/}
}