Added a module to handle the memory interface (both RAM and EEPROM) of dynamixel modules.
parent
ed63a9c9
No related branches found
No related tags found
Showing
- memory/Makefile 81 additions, 0 deletionsmemory/Makefile
- memory/include/mem_module.h 26 additions, 0 deletionsmemory/include/mem_module.h
- memory/include/memory.h 24 additions, 0 deletionsmemory/include/memory.h
- memory/src/mem_module.c 39 additions, 0 deletionsmemory/src/mem_module.c
- memory/src/memory.c 124 additions, 0 deletionsmemory/src/memory.c
- memory/test/Makefile 36 additions, 0 deletionsmemory/test/Makefile
- memory/test/memory_test.c 56 additions, 0 deletionsmemory/test/memory_test.c
Loading
Please register or sign in to comment