|
Treehopper C# API
|
This is the complete list of members for Sketch, including all inherited members.
| analogRead(int pin) | Sketch | |
| analogReadResolution(int bits) | Sketch | |
| analogWrite(int pin, int value) | Sketch | |
| analogWriteResolution(int bits) | Sketch | |
| Board | Sketch | |
| constrain(double x, double a, double b) | Sketch | |
| delay(int ms) | Sketch | |
| digitalRead(int pin) | Sketch | |
| digitalWrite(int pin, bool value) | Sketch | |
| HIGH | Sketch | |
| INPUT | Sketch | |
| INPUT_PULLUP | Sketch | |
| ledPin | Sketch | |
| loop() | Sketch | pure virtual |
| LOW | Sketch | |
| LSBFIRST | Sketch | |
| map(double value, double fromLow, double fromHigh, double toLow, double toHigh) | Sketch | |
| micros() | Sketch | |
| millis() | Sketch | |
| MSBFIRST | Sketch | |
| OUTPUT | Sketch | |
| pinMode(int pin, int mode) | Sketch | |
| Run() | Sketch | |
| Serial | Sketch | |
| setup() | Sketch | pure virtual |
| Sketch(TreehopperUsb board, bool throwExceptions=true) | Sketch |