3-aln / MSEbot_basecode

Basecode for MSEbot used in MSE 2202 at Western University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSEbot-basecode

Main bot code is found in MSEbot-basecode folder
Original code written by Eugen Porter with additions from Michael Naish

This code requires the following libraries to be installed:

arduinoWebSockets

May be installed directly from the Arduino Library Manager
Github project page: https://github.com/Links2004/arduinoWebSockets

ESPAsyncWebServer

Not found in Arduino Library Manager
Github project page: https://github.com/me-no-dev/ESPAsyncWebServer
May be downloaded as a .ZIP file and installed from Arduino (Sketch > Include Library > Add .ZIP library)
Alternatively, it can be cloned into your Arduino/libraries folder

AsyncTCP

Required by ESPAsyncWebServer. Not found in Arduino Library Manager
Github project page: https://github.com/me-no-dev/AsyncTCP
May be downloaded as a .ZIP file and installed from Arduino (Sketch > Include Library > Add .ZIP library)
Alternatively, it can be cloned into your Arduino/libraries folder

About

Basecode for MSEbot used in MSE 2202 at Western University


Languages

Language:C 55.5%Language:C++ 44.5%