Skip to content

Commit c318322

Browse files
author
Kei
authored
Update README.md
1 parent 1053f3b commit c318322

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Dynamixel2Arduino [![Build Status](https://travis-ci.org/ROBOTIS-GIT/Dynamixel2Arduino.svg?branch=master)](https://travis-ci.org/ROBOTIS-GIT/Dynamixel2Arduino/branches)
22

3+
## How to add new DYNAMIXEL model.
4+
- For the convenience of the user, Dynamixel2Arduino API hardcodes some information in the control table and stores it in flash.
5+
- To do this, you need to add code to some files. In this regard, please refer to [PR#3](https://github.com/ROBOTIS-GIT/Dynamixel2Arduino/pull/3) and [PR#7](https://github.com/ROBOTIS-GIT/Dynamixel2Arduino/pull/7)
6+
37

48
## TODO
5-
- Master class API generalization (for public use)
6-
- Support bulk read/write function for Master
79
- Separation of protocol codes (protocol, packet handler)
8-
- Slave class implementation
10+
- Slave class implementation

0 commit comments

Comments
 (0)