/LightSyntax

Library for Arduino IDE, Espruino and XOD!

Primary LanguageC++GNU General Public License v3.0GPL-3.0

LightSyntax

Library for Arduino IDE and Espruino and XOD

 _____                 _
|   __|___ ___ ___ _ _|_|___ ___
|   __|_ -| . |  _| | | |   | . |
|_____|___|  _|_| |___|_|_|_|___|
          |_|      

Arduino IDE => 1.8.9 C++ 11 Espruino IDE => 0.71.3 XOD IDE => 0.31.1

Install(Arduino)

  1. Clone this repository
C:\Users\<username>\> git clone https://github.com/NickProgramm/LightSyntax.git
  1. Press Win + R and type %userprofile%\Documents\Arduino\libraries
  2. Move the LightSyntax folder to the opened window
  3. Launch Arduino IDE
  4. Input: #include <LightSyntax.h>

Install(Espruino)

  1. Clone this repository
C:\Users\<username>\> git clone https://github.com/NickProgramm/LightSyntax.git
  1. Open the folder that you specified in the IDE settings
  2. Drag the LightSyntax.js file into the modules folder
  3. Click this

Install(XOD)

Click the "Add Library" button and type: @nickprogramm/lightsyntax, then click on the result. Download will begin, which indicates a successful installation!