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

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

Constants

  • Constant to use when writing on pins.
  • Constant to use when writing on pins.

Functions

  • Blocks the current thread for a duration in milliseconds.