You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// Freely adapted from http://learn.adafruit.com/reading-a-analog-in-and-controlling-audio-volume-with-the-raspberry-pi/overview/// Connected pins are the same as in the original sample./// </summary>
But if i follow the link they are using
PIN18 BCM 24
PIN23 BCM11 (SCLK)
PIN24 BCM 8 (CE0)
PIN25 GROUD
Is this still correct and if that is the case how do you map between ConnectorPin and the physical pin number?
The text was updated successfully, but these errors were encountered:
https://github.com/raspberry-sharp/raspberry-sharp-io/blob/master/Tests/Test.Gpio.MCP3008/Program.cs
Has the following code:
and the following comment:
But if i follow the link they are using
PIN18
BCM 24
PIN23
BCM11 (SCLK)
PIN24
BCM 8 (CE0)
PIN25
GROUD
Is this still correct and if that is the case how do you map between
ConnectorPin
and the physical pin number?The text was updated successfully, but these errors were encountered: