From e07221ead686c34fc557fe32b6b5ee5d65f6353e Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 25 Sep 2015 13:40:09 +0100 Subject: [PATCH] typo --- boards/ESPRUINOBOARD.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/ESPRUINOBOARD.py b/boards/ESPRUINOBOARD.py index 87e95dcb2..c256d06a7 100644 --- a/boards/ESPRUINOBOARD.py +++ b/boards/ESPRUINOBOARD.py @@ -55,8 +55,8 @@ board = { 'bottom' : [ 'A2', 'A3', 'A4', 'A5', 'A6', 'A7', 'B0', 'B1', 'B10', 'B11' ], '_notes' : { - 'B4' : "The timers on pins B4 and B5 overlap with A6,A7,B0 and B1 (so can't be used at the same time) - to get the maximum amount of PWM outouts we'd recommend that you don't use B4 and B5 with analogWrite.", - 'B5' : "The timers on pins B4 and B5 overlap with A6,A7,B0 and B1 (so can't be used at the same time) - to get the maximum amount of PWM outouts we'd recommend that you don't use B4 and B5 with analogWrite.", + 'B4' : "The timers on pins B4 and B5 overlap with A6,A7,B0 and B1 (so can't be used at the same time) - to get the maximum amount of PWM outputs we'd recommend that you don't use B4 and B5 with analogWrite.", + 'B5' : "The timers on pins B4 and B5 overlap with A6,A7,B0 and B1 (so can't be used at the same time) - to get the maximum amount of PWM outputs we'd recommend that you don't use B4 and B5 with analogWrite.", } }; devices = {