Skip to content

rstackhouse/node-ev3-serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commandBuilder

Provides a DSL-like interface for creating binary commands (using Lego's protocol) to send over serial (USB or bluetooth) to an EV3 device.

Usage


var soundCmdBytes = 
    commandBuilder
        .sound()
        .tone()
        .volume(50)
        .frequency(1000)
        .duration(1000)
        .toBuffer();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published