From 3ecf93ee065b8945e5dea9f0075edb6382d64c9e Mon Sep 17 00:00:00 2001 From: Softonik Date: Sat, 8 Jan 2022 04:06:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D1=8B=20ISP=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D1=8A=D1=91=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transpile/mapping.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/transpile/mapping.go b/transpile/mapping.go index 2f8fe49..9244778 100644 --- a/transpile/mapping.go +++ b/transpile/mapping.go @@ -82,4 +82,16 @@ var mapping = map[string]string{ "arduino.D11": "11", "arduino.D12": "12", "arduino.D13": "13", + "arduino.D14": "14", + "arduino.CIPO": "14", + "arduino.MISO": "14", + "arduino.D15": "15", + "arduino.SCK": "15", + "arduino.D16": "16", + "arduino.COPI": "16", + "arduino.MOSI": "16", + "arduino.D17": "17", + "arduino.RXLED": "17", + "arduino.D30": "30", + "arduino.TXLED": "30", }