8000 Adding Iot.Device.Bindings package by joperezr · Pull Request #155 · dotnet/iot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Adding Iot.Device.Bindings package #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 28, 2019
Merged

Conversation

joperezr
Copy link
Member

cc: @richlander @joshfree

Adding Device Bindings package so that it gets produced as part of the build.

<MinorVersion>1</MinorVersion>
<Description>This preview package provides a set of Device Bindings that use System.Device.Gpio package to communicate with a microcontroller.</Description>
<Copyright>Microsoft Corporation, All rights reserved.</Copyright>
<PackageTags>.NET Core GPIO Pins SPI I2C PWM BCM2835 RPi IoT Device Bindings</PackageTags>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be BCM2837 i believe (or should be added to the list)

@@ -33,27 +33,27 @@ Mcp3008 GetMcp3008WithSpi()
};

var spi = new UnixSpiDevice(connection);
var mcp3008 = new Mcp3008(spi);
var mcp3008 = new Mcp3008.Mcp3008(spi);
return mcp3008;
}

// GPIO (via bit banging) implementation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a note on this comment, isn't this using HW SPI support underneath (not software SPI, ie bit banging)

@joperezr joperezr merged commit 84af045 into dotnet:master Jan 28, 2019
@joperezr joperezr deleted the DeviceBindings branch May 16, 2019 21:53
@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0