Skip to content

v0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@3110 3110 released this 25 Mar 15:37
· 27 commits to main since this release
73b8299

ATOM Babies for Arduino IDE/PlatformIO v0.0.4

機能追加

  • 顔の向きを自動的に変える機能を追加
  • デフォルトで自動的に判別し,明示的に指定したときは固定になる。
  • 数字を1桁ずつ表示する(AtomBabies::displayDigits()),スクロールして表示するAtomBabies::scrollDigits())機能を追加
    サンプルDigits.inoを追加
  • AtomBabies::display()を追加
  • AtomBabies::isPressed(),AtomBabies::wasPressed()を追加

仕様変更

  • AtomBabies::setOrientation(),AtomBabies::setFace()で設定は変更するが表示は変えないようにした(display()で明示的に表示する)。
  • 顔の設定系のAPIの返り値を自身のインスタンスにしてメソッドを連鎖できるようにした。