メインコンテンツまでスキップ
バージョン: Next

Standard Libraries

BlueScript follows a "Battery-included but removable" philosophy. Core features are kept minimal, while hardware drivers are provided as external standard libraries hosted on GitHub.

To install any of these libraries, use the command: bscript project install <git-url>

Available Libraries

Currently, the following libraries are available for stable use.

Digital I/O


Roadmap (Planned Libraries)

We are actively developing drivers for the following peripherals. Support for these features will be rolled out in upcoming updates.

CategoryLibraryStatusDescription
AnalogADC🚧 PlannedRead analog sensor values.
AnalogDAC🚧 PlannedOutput analog voltage signals.
ControlPWM🚧 PlannedPulse Width Modulation for LEDs and Servos.
CommsUART🚧 PlannedSerial communication with other devices.
CommsI2C🚧 PlannedInterface with sensors and displays (Two-wire).
CommsSPI🚧 PlannedHigh-speed serial communication.
AudioI2S🚧 PlannedDigital audio data transfer.
WirelessWiFi🚧 PlannedConnect to the internet, make HTTP requests.
WirelessBluetooth🚧 PlannedBLE communication (Central/Peripheral).