Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

Stack-chan firmware

日本語

NOTE

  • The firmware part is under active development. Breaking changes to the API may occur.
  • We are currently working on issue to make install steps more user friendly. Please post your feedback if any problem.
  • If you are friendly with Arduino IDE, stack-chan-tester by @mongonta0716 is another option to try (only for PWM servo).

Directory structure

  • stackchan: Firmware source code.
  • mods: Source code of mods.
  • scripts: Scripts for Stack-chan's voice synthesis, etc.
  • extern: External modules.
  • typings: TypeScript type definition files (d.ts).
    • Stack-chan firmware is implemented in TypeScript, so no separate type definition files are needed.

Documents