Skip to content

Ostantric/Basicmicro_ESP-IDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP library for ESP-IDF

  • This C++ library covers MCP-Standard, MCP-Advanced and Roboclaw motor controllers. Some of the functions can be used only for Advanced model.
  • Don't forget to enable C++ exceptions (menuconfig/compiler options)
  • Read-Write buffer and maximum retry for serial communication can be changed in the header file.
  • Library uses standard ESP-IDF serial communication(which means it uses built-in locks/semaphores)
  • Example uses a semaphore to overcome race condition/task-conflicts.

About

Basic Micro MCP/Roboclaw CPP library for ESP-IDF

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published