Skip to content

mimeindustries/mirobot-arduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirobot

This is an Arduino library that allows you to control Mirobot (http://mirobot.io).

It can be used in one of two ways;

  • Controlling Mirobot directly from Arduino code (e.g. mirobot.forward(100)). The logic for how it moves is in the Arduino sketch. See the "basic_example" in the examples directory.
  • Receiving commands remotely. The logic for how it moves is somewhere else, most probably in the browser. See the "socket_example" in the examples directory.

About

The Arduino code for running Mirobot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.6%
  • C++ 34.3%
  • CSS 6.8%
  • HTML 6.1%
  • C 2.2%