これまでのように「同じフォルダに .py ファイルを並べる」だけでなく、 今度は フォルダを階層化 して、大きなプロジェクトでも整理しやすい構成にします。 company/ フォルダが パッケージ になる。 __init__.py があることで「ここはPythonのパッケージです ...
I don't like that the SeeedBus interface does not allow for the configuration of the hardware acceptance filter and mask during the bus initialization. My use case involves a bootloader flasher client ...