raspberry-sharp-io icon indicating copy to clipboard operation
raspberry-sharp-io copied to clipboard

Why is InterIntegratedCircuit missing on NuGet?

Open MihaMarkic opened this issue 9 years ago • 10 comments

Why is InterIntegratedCircuit missing on NuGet?

MihaMarkic avatar Jun 18 '16 11:06 MihaMarkic

bump

Kefner avatar Aug 06 '16 07:08 Kefner

Same here. Is this something that someone could take on for the project?

xlevel avatar Aug 11 '16 12:08 xlevel

You were right. Next week I will fork the project with some corrections under debugging, and port it on Nuget. Please wait...

JTrotta avatar Aug 21 '16 13:08 JTrotta

bump. Any chance of the updated nuget with InterIntegratedCircuit and Raspberry.IO.Components.Controllers.Pca9685?

paultechguy avatar Jan 13 '17 02:01 paultechguy

It's now April 2017 and InterIntegratedCircuit is still missing. Might be time to remove I2C from the description. Very misleading.

JerseyTechGuy avatar Apr 07 '17 20:04 JerseyTechGuy

Today wanted to include the SPI Assembly in my project via nuget, but Raspberry.IO.SerialPeripheralInterface is also missing. Using Mono on Ubuntu but it's the same on Windows with Visual Studio. Do I'm something wrong? So i cloned the project and build it with Mono, build succeeded.

guehmann avatar May 10 '17 17:05 guehmann

Yes, had same issue so once I built it, I built my own nuget (local) and use that with all the needed assemblies.

On Wed, May 10, 2017 at 11:23 AM Jens Gühmann [email protected] wrote:

Today wanted to include the SPI Assembly in my project via nuget, but Raspberry.IO.SerialPeripheralInterface is also missing. Using Mono on Ubuntu but it's the same on Windows with Visual Studio. Do I'm something wrong? So i cloned the project and build it with Mono, build succeeded.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/raspberry-sharp/raspberry-sharp-io/issues/62#issuecomment-300553292, or mute the thread https://github.com/notifications/unsubscribe-auth/AIvYUTzna0TQCLPdtQy0N8QF_lqLGkXDks5r4fJ6gaJpZM4I47MF .

paultechguy avatar May 10 '17 17:05 paultechguy

@paultechguy perhaps you have an example of a working implementation of MIfare RC522 with a SPI? Thanks in advance. Jens

guehmann avatar May 10 '17 18:05 guehmann

@guehmann, sorry, do not have that done. I ended up packing the sharpio libs with my app...all the ones I needed.

GPIO Examples in C# https://github.com/paultechguy/RaspberryPi.DotNet.GpioExamples

Extensible GPIO Web Services in C# https://github.com/paultechguy/RaspberryPi.DotNet.GpioWeb

paultechguy avatar May 10 '17 20:05 paultechguy

@paultechguy thank you very much, that's great. think will help me. Regards Jens.

guehmann avatar May 10 '17 20:05 guehmann