Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.18 KB

BUILD.md

File metadata and controls

26 lines (16 loc) · 1.18 KB

Building instructions

In order to succesfully build HueHue, there's a few libraries that are used:

MyGet

  • RGB.NET for interfacing with RGB devices.

My get MUST be added as a package source on Visual Studio.

Nuget

All of these should download on first build automagically.

Github

  • ColorControl for providing the ColorPicker used on the project.

You can download and build it manually from my fork, but it is already added on \HueHue\Resources\

I also recomend using Visual Micro for working with .ino files on Visual Studio, the free version is enough, but the normal Arduino IDE or VSCode or even Notepad should be just as good.