This website works better with JavaScript
エクスプローラ
ホーム
ヘルプ
サインイン
droplin
/
smp_central_ncs2.3.0
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
043b7379a4
ブランチ
タグ
master
smp_central_ncs...
/
testing images 840central dfu 52840 periph
/
getsize.py
getsize.py
76 B
履歴
Raw
1
2
3
4
5
6
7
8
import os
import sys
size=os.path.getsize('app_update.bin')
print(size)