Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.59 KB

File metadata and controls

30 lines (23 loc) · 1.59 KB

Arduino-Source

This is the source code for all the main Arduino programs.

Licensing:

  • Unless otherwise specified, all source code in this repository is under the MIT license.
  • Some files may be under other (compatible) licenses.
  • All precompiled binaries and object files are free for non-commercial use only. For all other uses, please contact the Pokémon Automation server admins.

Dependencies:

Dependency License
Qt5 and Qt6 LGPLv3
QDarkStyleSheet MIT
Qt Wav Reader BSD
nlohmann json MIT
D++ Apache 2.0
LUFA MIT
Tesseract Apache 2.0
Tesseract for Windows Apache 2.0
OpenCV Apache 2.0
ONNX MIT

Vanilla GPL is disallowed, though LGPL is allowed. This is for the following reasons:

  1. A tiny portion of the project is not open-sourced. (mostly related to telemetry and internal research experiments)
  2. We reserve right to re-license the project in ways that do not abide by the copy-left requirement of GPL.