Skip to content

Commit

Permalink
ADC type and pins adjusted to daddelkischde v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Geib committed Oct 20, 2018
1 parent a15815f commit 2f85c1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
ICONY = 5

# ADC type (MCP3001, MCP3008 or MCP3551)
ADC = "MCP3551"
ADC = "MCP3001"

# ADC channel to use (from 0 to 7, only for MCP3008)
# ADC channel to use (from 0 to 7, only relevant for MCP3008)
ADCCHANNEL = 0

# ADC SPI pins (BOARD numbering scheme)
SPIMISO = 38
SPIMOSI = 37
SPICLK = 36
SPICS = 40
SPICLK = 40
SPICS = 36

# GPIO pins for good voltage and low voltage LEDs (BOARD numbering scheme)
GOODVOLTPIN = 18
Expand Down

0 comments on commit 2f85c1a

Please sign in to comment.