Raspberry Pi Dots board isn't a HAT

...as it doesn't have an EEPROM chip. https://www.raspberrypi.org/blog/dots-board-giveaway/
This commit is contained in:
Andrew Scheller 2015-11-16 17:42:26 +00:00
parent 5d1d8329be
commit d69e9ff552
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ pin:
-->
#Raspberry Pi Dots
###Dots is a Dot to Dot HAT board for the Raspberry Pi that lets you join-the-dots with BARE Conductive Paint!
###Dots is a Dot to Dot board for the Raspberry Pi that lets you join-the-dots with BARE Conductive Paint!
Every Dot on the Dots board is a "floating" metal contact just waiting to be pulled down to ground with a dab of paint.
@ -113,4 +113,4 @@ def is_dot_connected(dot_pin):
state = GPIO.input( dot_pin )
GPIO.setup(dot_pin, GPIO.IN, GPIO.PUD_OFF)
return state == 0
```
```