Using TinyCLR OS on an older BrainPad - TechTalk #039

In this episode, we show you how to run our latest software TinyCLR OS, on the older version of the BrainPad.

TrafficLight.cs file:

Add this line to the Startup.cs file:
public static TrafficLight TrafficLight { get; } = new TrafficLight();

Demo code sample: