Add support for early model Roomba 400s and other robots using the original SCI protocol.
This commit is contained in:
parent
c68a308c71
commit
618956e14c
18 changed files with 675 additions and 307 deletions
|
@ -13,8 +13,11 @@ include_directories(
|
|||
add_library(create
|
||||
src/create.cpp
|
||||
src/serial.cpp
|
||||
src/serial_stream.cpp
|
||||
src/serial_query.cpp
|
||||
src/data.cpp
|
||||
src/packet.cpp
|
||||
src/types.cpp
|
||||
)
|
||||
|
||||
if(THREADS_HAVE_PTHREAD_ARG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue