[][src]Module drs_0x01::addr

All the servomotor addresses mapped to some enums.

Structs

EEPReadData

The data read from the EEP memory of the servomotor

RamReadData

Data read from a servomotor

Enums

Error

The conversion error when converting u8 to addresses.

ReadableEEPAddr

This enum represent all the EPP (permanent) memory addresses which can be read. I comes from the page 21 of the datasheet.

ReadableRamAddr

This enum represent all the RAM (volatile) memory adresses which can be read. I comes from the page 24 of the datasheet.

WritableEEPAddr

This enum represent all the EPP (permanent) memory addresses which can be written to. I comes from the page 21 of the datasheet.

WritableRamAddr

This enum represent all the RAM (volatile) memory addresses which can be written to. I comes from the page 24 of the datasheet.