Hi

So I set up Mono for my Raspberry Pi that I can use C#.
I'm converting a analog signal to a digital signal with a MCP3008. Now I want to use this signal in Unity3D to scale an Object.

This is my script actually:

Code:
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using RaspberryPiDotNet;

namespace RPi_Projekt4
{
...