Crate raslib

Source
Expand description

§raslib

To discover the library and its purpose, check the repository (github.com).

The documentation here is for developers contribute or intend to contribute to the project and curious who want to know how it works.

Structs§

Gpio
Manages a gpio pin to write on (in order set it high or low) and read its value.
L298n
Controls a L298N circuit motor connected on GPIO ports.

Constants§

HIGH
Constant to use when writing on pins.
LOW
Constant to use when writing on pins.

Functions§

sleep
Blocks the current thread for a duration in milliseconds.