Crate jrk_g2

source ·

Structs

  • Implement the JrkG2 trait for Blocking I2C
  • Implement the JrkG2 trait for I2C
  • Implement the JrkG2 trait for Serial

Enums

  • This enum defines the Jrk G2 command bytes which are used for its serial and I2C interfaces. These bytes are used by the library and you should not need to use them.
  • This enum defines the variables that can be read from the Jrk G2

Traits

  • Trait that defines common operations for the Jrk G2, and has to be implemented for any particular communication bus (currently available: Serial / I2C / Blocking I2C).