Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.4 KB

README_en.md

File metadata and controls

55 lines (39 loc) · 2.4 KB

stackchan-arduino

Stack Chan Library for ArduinoFramework

日本語 | English

Function

  • Read configuration file functionality
    Configuration files described below can be read to change settings.
    Include Stackchan_system_config.h.
  • Servo control function
    Currently three types of servos can be switched and controlled by settings.
    Include Stackchan_servo.h.
    • PWM
      PWM servos such as SG90
    • SCS
      Feetech SCS0009 serial servo
    • DYN_XL330
      Dynamixel XL330-M288-T
  • Notice:Unimplemented Stack-chan_Takao_Base status monitoring
    We plan to implement useful functions for using Stack-chan_Takao_Base.

Usage

Configuration files

The settings are commented in detail in each file; please write them in YAML format.
* YAML is used because it is convenient to describe comments.

  • SC_BasicConfig.yaml
    This file collects the basic parameters necessary to start the stack chan.
  • SC_SecConfig.yaml
    Configuration file for personal information. (WiFi, APIKey, etc.)
  • SC_ExConfig.yaml
    This is used when you want to add settings on the application side. The usage is Folder source for usage.

Required Library

For a detailed version, see library.json. If you use ArduinoIDE, please make sure the version is up-to-date or you may not be able to build or use PlatformIO.

About Stack Chan

Stackchang is an open source project published by Shishikawasan.

https://github.com/stack-chan/stack-chan

Credit

LICENCE

MIT

Author

Takao Akaki