Wed, 26 Mar 2025 19:46:41 +0100
MicroPython
- Added the capability to show the sha256 hash of a device file.
9915 | 1 | # -*- coding: utf-8 -*- |
2 | ||
11090
f5f5f5803935
Updated copyright for 2025.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10439
diff
changeset
|
3 | # Copyright (c) 2023 - 2025 Detlev Offenbach <detlev@die-offenbachs.de> |
9915 | 4 | # |
5 | ||
6 | """ | |
7 | Package implementing some MicroPython related tools. | |
8 | ||
9 | Note: There might be tools taken from third party sources. | |
10 | """ |