記事サポート
2022年10月31日
Interface編集部
Gowin Vol.3 第3部第3章 リスト3
from polyphony.typing import List, bit, bit16
ov2640_data = [
0xFF01,
0x1280,
0xFF00,
0x2cff,
] # type:List[bit16]
Interface編集部
from polyphony.typing import List, bit, bit16
ov2640_data = [
0xFF01,
0x1280,
0xFF00,
0x2cff,
] # type:List[bit16]