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 +```