From d69e9ff552f46c3d95070ec692c9a9a0f38600fa Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 16 Nov 2015 17:42:26 +0000 Subject: [PATCH] Raspberry Pi Dots board isn't a HAT ...as it doesn't have an EEPROM chip. https://www.raspberrypi.org/blog/dots-board-giveaway/ --- src/en/overlay/dots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/en/overlay/dots.md b/src/en/overlay/dots.md index 09d52e2..eac4017 100644 --- a/src/en/overlay/dots.md +++ b/src/en/overlay/dots.md @@ -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 -``` \ No newline at end of file +```