Forum Discussion
tscholze
May 25, 2019Iron Contributor
How to send commands to a PIC16F1503 via I2C using C# and UWP?
Hi folks, I want to port the following maker https://github.com/pimoroni/pantilt-hat of a https://shop.pimoroni.com/products/pan-tilt-hat to C#. I want to use it under the hood of an UWP app I'm cur...
-scien-
Jun 10, 2019Brass Contributor
perhaps try something like that:
byte[] I2CWriteBuffer = new byte[] {"private const byte"};
pic16f1503.Write(I2CWriteBuffer);