Expand description
§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.
Re-exports§
pub use pin::Pin;
Modules§
- cli
- This module provides an interface for interacting with the Arduino CLI.
- pin
- This module contains types used for type-safe modelling of an Arduino’s digital pins and their associated properties like state, mode and level.
Structs§
- Arduino
- A handle on an Arduino, for communicating with it via the Firmata protocol.