Module drs_0x01::addr[][src]

All the servomotor addresses mapped to some enums.

Enums

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.