GitXplorerGitXplorer
P

Pi

public
22 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
bf6c6234c19819095aa773cd997dc9dec5eea71e

Merge branch 'master' of https://github.com/Petermarcu/Pi

PPetermarcu committed 7 years ago
Unverified
307f84dc3c27ae2eaf7006c21e461940d62aace5

Adding BlinkLED

PPetermarcu committed 7 years ago
Unverified
7751ffff5282a40d70d2a5e7296b30639a15cf0c

Merge pull request #1 from SychevIgor/SychevIgor/Fix/Bcm2835

PPetermarcu committed 7 years ago
Unverified
6e767a25cf7996521f5f52c73216272bbbc75c8d

Bcm2835 processor model missed in one module

committed 7 years ago
Unverified
f1b5e098980f69db0b52c8350711dd96012ab16a

Packages update to latest versions

committed 7 years ago
Unverified
7c0459c5d9a3f4bc50182191a2cfbbe2537fd449

Update README.md

PPetermarcu committed 7 years ago

README

The README file for this repository.

Pi

Libraries for use with the Raspberry Pi

Instructions

These instructions are for .NET Core 2.0. In order to use it with Visual Studio, you need at least Visual Studio 2017 15.3.

  • Clone the repo
  • dotnet publish -r linux-arm from the root of the repo.
  • Copy the contents of the publish folder underneath bin\Debug\netcoreapp2.0\linux-arm\publish\ to the Raspberry Pi.
  • Install the pre-reqs.
    • Example on Raspbian sudo apt-get install libc6 libcurl3 libgcc1 libgssapi-krb5-2 libicu-dev liblttng-ust0 libssl-dev libstdc++6 libunwind8 libuuid1 zlib1g
  • chmod +x IotSample on the IotSample file in the root of the app.
  • sudo ./IotSample

Note: Make sure you have enabled GPIO and SPI. You can do this by running raspi-config on the Pi.

This project was created based on the raspberry-sharp project. This was initially forked off to make it easier to consume it in more places than Mono as well as add Raspberry Pi 3 support.