Treehopper C# API
Treehopper.Libraries.ArduinoShim Namespace Reference

Provide some Arduino functions to make it easier to run Arduino code with Treehopper in C# More...

Classes

class  SerialShim
 Provides Serial-like functionality that can be directed both to the Debug output, or also to the board's UART. More...
 
class  Sketch
 Base class that Arduino-like sketches can extend. More...
 

Functions

delegate void SerialShimWriter (string message)
 A delegate used to represent when write data was requested More...
 

Detailed Description

Provide some Arduino functions to make it easier to run Arduino code with Treehopper in C#

Function Documentation

◆ SerialShimWriter()

delegate void Treehopper.Libraries.ArduinoShim.SerialShimWriter ( string  message)

A delegate used to represent when write data was requested

Parameters
messageThe message written