yutotnh / spirit

モータードライバ用ライブラリ
https://yutotnh.github.io/spirit/
MIT License
2 stars 2 forks source link

Feature: mbedのビルドでspirit.hをインクルードしたmain.cppをビルドする #214

Closed yutotnh closed 1 year ago

yutotnh commented 1 year ago

なぜ機能が欲しいのか

.github/workflows/build.ymlでmbedとしてビルドする際、main.cppはspirit.hをインクルードしていないため

そのため、きちんとspirit.hをインクルードしたファイルをビルドしたい

一応spiritのビルド自体は通っているけど念のため

提案の説明

mbedのビルドでspirit.hをインクルードしたmain.cppをビルドする

その他