Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 518 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 518 Bytes

AISwitch

Get Started

Import

  1. Look up AISwitch in the Library Manager and install the latest version
  2. Insert the following snippet
#include AISwitch.h

Setup

class AISwitch = { float x[n], float y[n], float a, float b, float alpha }

Parameters

  • float x First number set
  • float y Second number set
  • float a
    • Default value 0

Example

<Example>