arduinors 0.1.1

Firmata-based interface to an Arduino and the Arduino CLI.
Documentation
  • Coverage
  • 60%
    18 out of 30 items documented0 out of 8 items with examples
  • Size
  • Source code size: 18.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • marcusrossel/arduinors
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • marcusrossel

Arduinors

This library provides an interface for working with Arduino-related tasks. It provides a Firmata-based interface for manipulating Arduino boards, as well as an interface for working with the Arduino CLI.

Expectations

  • the Arduino CLI is installed and accessible using the arduino-cli command.
  • there is exactly one Arduino connected to the computer.

Not meeting these expectations will result in errors for almost all function/method calls.