Skip to content

sanu-krishnan/ebot-arduino-core

Repository files navigation

EBot Arduino Core

Build Status

How to include EBot in Arduino IDE ?

Boards Manager Installation

This installation method requires Arduino IDE version 1.6.4 or greater.

  1. Open the Arduino IDE.

  2. Open the File > Preferences menu item.

  3. Enter the following URL in Additional Boards Manager URLs:

    https://raw.githubusercontent.com/sanu-krishnan/ebot-arduino-core/master/package_ebots.cc_index.json

  4. Separate the URLs using a comma ( , ) if you have more than one URL

  5. Open the Tools > Board > Boards Manager... menu item.

  6. Wait for the platform indexes to finish downloading.

  7. Scroll down until you see the EBots entry and click on it.

  8. Click Install.

  9. After installation is complete close the Boards Manager window.

Credits

This core is a modified version of Mightycore:https://github.com/MCUdude/MightyCore. Thanks to MCU Dude