Provide some Arduino functions to make it easier to run Arduino code with Treehopper in C#
More...
|
| 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...
|
| |
Provide some Arduino functions to make it easier to run Arduino code with Treehopper in C#
◆ SerialShimWriter()
| delegate void Treehopper.Libraries.ArduinoShim.SerialShimWriter |
( |
string |
message | ) |
|
A delegate used to represent when write data was requested
- Parameters
-
| message | The message written |