Replies: 1 comment
-
It should be that the IO port is occupied |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
using System;
using System.Device.Gpio;
using System.Diagnostics;
using System.Threading;
namespace NFApp1
{
public class Program
{
private static GpioController gpioController = new GpioController();
}
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@¡ÿNFPKTV1 ++++ Exception System.InvalidOperationException - 0x00000000 (1) ++++
++++ Message:
++++ System.Device.Gpio.GpioController::InternalOpenPin [IP: 0010] ++++
++++ NFApp1.Program::Main [IP: 0016] ++++
Uncaught exception
Done.
NFPKTV1
Beta Was this translation helpful? Give feedback.
All reactions